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