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][admin] an openapi support catalogues and task creating #3482

Open
3 tasks done
Yangxiaotian opened this issue May 14, 2024 · 1 comment
Open
3 tasks done
Assignees
Labels
New Feature New feature

Comments

@Yangxiaotian
Copy link
Contributor

Yangxiaotian commented May 14, 2024

Search before asking

  • I had searched in the issues and found no similar feature requirement.

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?

  • Yes I am willing to submit a PR!

Code of Conduct

@Zzm0809
Copy link
Contributor

Zzm0809 commented May 14, 2024

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.

@aiwenmo aiwenmo removed the Waiting for reply Waiting for reply label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature New feature
Projects
None yet
Development

No branches or pull requests

3 participants