Task
This page provides a comprehensive overview of task operations in Databend, organized by functionality for easy reference.
Task Management
| Command | Description |
|---|---|
| CREATE TASK | Creates a new scheduled task |
| ALTER TASK | Modifies an existing task |
| DROP TASK | Removes a task |
| EXECUTE TASK | Manually executes a task |
Task Information
| Command | Description |
|---|---|
| SHOW TASKS | Lists tasks visible to the current role |
| TASK HISTORY | Shows run history for one or more tasks |
| TASK ERROR INTEGRATION PAYLOAD | Shows the error payload format for task error notifications |
note
Tasks in Databend allow you to schedule and automate SQL commands for execution at specified intervals.