W-dragan commented on issue #4915:
URL: https://github.com/apache/seatunnel/issues/4915#issuecomment-1975503255
{"env":{"job.mode":"BATCH","parallelism":1},"source":[{"url":"jdbc:mysql://127.0.0.1:3306/testdb","query":"SELECT
id, name, age FROM
`batch_source`","user":"root","driver":"com.mysql.cj.jdbc.Driver","password":"123456","fetch_size":100,"connection_check_timeout_sec":100,"plugin_name":"jdbc","result_table_name":"batch_source_1763408218646577153"}],"transform":[{"query":"SELECT
id AS id, name AS name, age AS age FROM
batch_source_1763408218646577153","source_table_name":"batch_source_1763408218646577153","result_table_name":"batch_sink_1763408218646577153","plugin_name":"sql"}],"sink":[{"url":"jdbc:mysql://127.0.0.1:3306/testdb","driver":"com.mysql.cj.jdbc.Driver","user":"root","password":"123456","generate_sink_sql":true,"plugin_name":"jdbc","database":"testdb","source_table_name":"batch_sink_1763408218646577153","table":"batch_sink","primary_keys":["id"]}]}
@Hisoka-X The above three comments are my job information, seatunnel
configuration, and some log information
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]