Modulesยง
- additional_
column ๐ - external_
schema ๐bind columns from external schema - validate ๐
Enumsยง
- When the schema can be inferred from external system (like schema registry), how to handle the regular columns (i.e., non-generated) defined in SQL?
Constantsยง
Functionsยง
- bind_
all_ ๐columns Bind columns from both source and sql defined. - Resolves the schema of the source from external schema file. See https://www.risingwave.dev/docs/current/sql-create-source for more information.
- bind_
source_ ๐pk Bind column from source. Add key column to table columns if necessary. Returnpk_names
. - check_
format_ ๐encode Performs early stage checking in frontend to see if the schema of the givencolumns
is compatible with the connector extracted from the properties. - add connector-spec columns to the end of column catalog
- hint_
upsert ๐TODO: perhaps put the hint in notice is better. The error message format might be not that reliable.