-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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][admin] an openapi support catalogues and task creating #3482
Labels
Comments
Great, I will assign this proposal to you, but when developing openapi, you need to pay attention to permissions, because the token authentication function is not yet perfect. |
This was referenced Jun 5, 2024
Hello @, this issue has not been active for more than 30 days. This issue will be closed in 7 days if there is no response. If you have any questions, you can comment and reply. 你好 @, 这个 issue 30 天内没有活跃,7 天后将关闭,如需回复,可以评论回复。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search before asking
Description
We need an openapi to create some catalogues and a task in a third-party system.
We are developing this feature.
Use case
url: /openapi/createTaskAndSend2Ds
post a json
{
"cataloguesNames": ["DDP", "test1", "test2"],
"type": "FlinkSql",
"task": { // TaskDTO
"name": "testTask",
"statements": "..."
...
}
}
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: