liunaijie commented on issue #6530: URL: https://github.com/apache/seatunnel/issues/6530#issuecomment-2005993067
@sandyustc the config format is not correct, please refer https://seatunnel.apache.org/docs/2.3.4/seatunnel-engine/rest-api#submit-job. if you use api, the config is not like ``` source { jdbc } ``` it should be ``` source [{ "plugin_name" : "jdbc" }] ``` You can update the config and retry. -- 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]
