apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
7.98k stars 1.8k forks source link

[Improvement] [Seatunnel-web] Add API to get and update job definition. #7525

Closed arshadmohammad closed 2 months ago

arshadmohammad commented 2 months ago

Search before asking

Description

As part of https://github.com/apache/seatunnel-web/commit/f45dacd11759bcf0fb0ad363b334d0a00af5e69a we have added single API to create a job. There should be corresponding get and update APIs also. So add following two APIs GET /seatunnel/api/v1/job/get/{jobVersionId} PUT /seatunnel/api/v1/job/update/{jobVersionId}

Usage Scenario

Do Job CRUD operations in single API call.

Related issues

NA

Are you willing to submit a PR?

Code of Conduct

arshadmohammad commented 2 months ago

Raised PR https://github.com/apache/seatunnel-web/pull/198

Hisoka-X commented 2 months ago

Closed by https://github.com/apache/seatunnel-web/pull/198