Modulesยง
- additional_
column ๐ - external_
schema ๐ - bind columns from external schema
- validate ๐
Enumsยง
- Create
Source Type - SqlColumn
Strategy - 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.
- bind_
columns_ from_ source - Resolves the schema of the source from external schema file. See https://www.risingwave.dev/docs/current/sql-create-source for more information.
- bind_
connector_ props - bind_
create_ source_ or_ table_ with_ connector - bind_
source_ ๐pk - Bind column from source. Add key column to table columns if necessary.
Return
pk_names
. - bind_
source_ ๐watermark - check_
format_ ๐encode - Performs early stage checking in frontend to see if the schema of the given
columns
is compatible with the connector extracted from the properties. - consume_
aws_ ๐config_ from_ options - consume_
string_ ๐from_ options - generate_
stream_ ๐graph_ for_ source - get_
schema_ location - handle_
addition_ columns - add connector-spec columns to the end of column catalog
- handle_
create_ source - hint_
format_ ๐encode - TODO: perhaps put the hint in notice is better. The error message format might be not that reliable.
- non_
generated_ ๐sql_ columns - schema_
has_ schema_ registry - try_
consume_ ๐string_ from_ options - validate_
compatibility