tooltip:If this value is entered, the default sql statement will be replaced
- field:result_table_name
origin:result_table_name
description:|
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 .
required:false
hidden:true
input:true
override:true
- executor:Seatunnel
type:SINK
protocol:JDBC
fields:
- field:url
generated:true
override:true
- field:driver
origin:driver
required:true
override:true
input:true
width:300
type:INPUT
value:com.mysql.cj.jdbc.Driver
- field:user
origin:username
required:false
override:false
- field:password
origin:password
required:false
override:false
- field:query
origin:query
required:true
hidden:false
description:Use this sql write upstream input datas to database. e.g INSERT ...