Execute a task object.
POST {{baseUrl}}/api/v2/databases/:database/schemas/:schema/tasks/{{name}}:execute?retryLast=false
Execute a task -- this is equivalent to EXECUTE IMMEDIATE.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
retryLast | boolean | Retry the last failed run of the DAG. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cstring\u003e"}