EXECUTE TASK
The EXECUTE TASK statement is used to execute an existing task manually
NOTICE: this functionality works out of the box only in TiDB Cloud Lake.
Syntax
EXECUTE TASK <name>
Usage Notes
- The SQL command can only execute a standalone task or the root task in a DAG. If a child task is input, the command returns a user error.
Usage Examples
EXECUTE TASK mytask;
This command executes the task named mytask.