Transform Common Options
Last updated
Last updated
This is a process of intermediate conversion between the source and sink terminals,You can use sql statements to smoothly complete the conversion process
result_table_name
String
No
-
When source_table_name
is not specified, the current plugin processes the data set (dataset)
output by the previous plugin in the configuration file;
When source_table_name
is specified, the current plugin is processing the data set corresponding to this parameter.
source_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 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 (dataset)
that can be directly accessed by other plugins, or called a temporary table (table)
. The dataset registered here can be directly accessed by other plugins by specifying source_table_name
.
This is the process of converting the data source to fake and write it to two different sinks, Detailed reference
transform