Skip to content

[Feature][admin] an openapi support catalogues and task creating  #3482

@Yangxiaotian

Description

@Yangxiaotian

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions