Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] [Seatunnel-web] Add support to execute job with parameter through API. #193

Merged
merged 1 commit into from
Aug 25, 2024

Conversation

arshadmohammad
Copy link
Collaborator

Added support to execute job with paramters.
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"
}
}

Purpose of this pull request

Check list

@arshadmohammad
Copy link
Collaborator Author

arshadmohammad commented Aug 23, 2024

Executed the integration tests, all interation tests are passed.
image

@arshadmohammad
Copy link
Collaborator Author

CI failure is not related this change.

@Hisoka-X Hisoka-X merged commit c1a4e0c into apache:main Aug 25, 2024
15 checks passed
@arshadmohammad arshadmohammad self-assigned this Aug 25, 2024
@arshadmohammad
Copy link
Collaborator Author

Thanks @Hisoka-X for reviewing and merging this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants