Skip to content

Commit e2608fb

Browse files
view tasks (#999)
Co-authored-by: Quan <[email protected]>
1 parent c039285 commit e2608fb

File tree

3 files changed

+6
-34
lines changed

3 files changed

+6
-34
lines changed

docs/cn/guides/20-cloud/10-using-databend-cloud/02-database.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/en/guides/20-cloud/10-using-databend-cloud/02-database.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/en/guides/40-load-data/05-continuous-data-pipelines/02-task.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ UPDATE employees
8787
SET age = age + 1;
8888
```
8989

90+
## Viewing Created Tasks
91+
92+
To view all tasks created by your organization, log in to Databend Cloud and go to **Data** > **Task**. You can see detailed information for each task, including their status and schedules.
93+
94+
To view the task run history, go to **Monitor** > **Task History**. You can see each run of tasks with their result, completion time, and other details.
95+
9096
## Configuring Notification Integrations
9197

9298
Databend Cloud allows you to configure error notifications for a task, automating the process of sending notifications when an error occurs during the task execution. It currently supports Webhook integrations, facilitating seamless communication of error events to external systems or services in real-time.

0 commit comments

Comments
 (0)