arshadmohammad commented on issue #7459:
URL: https://github.com/apache/seatunnel/issues/7459#issuecomment-2307653783
Here is the sample job execution parameters.Every aspect the job can be
changed at execution.
{
"env": {
"ENV_VAR1": "value1",
"ENV_VAR2": "value2"
},
"tasks": {
"task1_name": {
"param1": "value1",
"param2": "value2"
},
"task2_name": {
"param1": "value3",
"param2": "value4"
}
},
"datasource": {
"task1_name": "123_datasource_id",
"task2_name": "456_datasource_id"
}
}
--
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]