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
Copy file name to clipboardExpand all lines: ibis/backends/risingwave/__init__.py
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -764,7 +764,9 @@ def create_source(
764
764
The encode format for the new source, e.g., "JSON". data_format and encode_format must be specified at the same time.
765
765
encode_properties
766
766
The properties of encode format, providing information like schema registry url. Refer https://docs.risingwave.com/docs/current/sql-create-source/ for more details.
767
-
767
+
includes
768
+
A dict of INCLUDE clauses. Set the value to None if no alias is needed. Refer https://docs.risingwave.com/docs/current/sql-create-source/ for more details.
0 commit comments