You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The encode format for the new source, e.g., "JSON". data_format and encode_format must be specified at the same time.
765
764
encode_properties
766
765
The properties of encode format, providing information like schema registry url. Refer https://docs.risingwave.com/docs/current/sql-create-source/ for more details.
766
+
includes
767
+
A dict of `INCLUDE` clauses of the form `{field: alias, ...}`.
768
+
Set value(s) to `None` if no alias is needed. Refer to https://docs.risingwave.com/docs/current/sql-create-source/ for more details.
0 commit comments