Source Common Options
Last updated
Last updated
Common parameters of source connectors
result_table_name
String
No
-
When result_table_name
is not specified, the data processed by this plugin will not be registered as a data set (dataStream/dataset)
that can be directly accessed by other plugins, or called a temporary table (table)
When result_table_name
is specified, the data processed by this plugin will be registered as a data set (dataStream/dataset)
that can be directly accessed by other plugins, or called a temporary table (table)
. The data set (dataStream/dataset)
registered here can be directly accessed by other plugins by specifying source_table_name
.
parallelism
Int
No
-
When parallelism
is not specified, the parallelism
in env is used by default.
When parallelism is specified, it will override the parallelism in env.
When the job configuration result_table_name
you must set the source_table_name
parameter
This registers a stream or batch data source and returns the table name
fake_table
at registration
This is to convert the data source fake and write it to two different sinks