Update note about `sys.tasks` table (#17096)

Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
This commit is contained in:
Abhishek Radhakrishnan 2024-09-18 11:02:45 -07:00 committed by GitHub
parent 43d790fdb7
commit 39723e5401
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -36,8 +36,8 @@ Task APIs are available in two main places:
- The [Overlord](../design/overlord.md) process offers HTTP APIs to submit tasks, cancel tasks, check their status,
review logs and reports, and more. Refer to the [Tasks API reference](../api-reference/tasks-api.md) for a
full list.
- Druid SQL includes a [`sys.tasks`](../querying/sql-metadata-tables.md#tasks-table) table that provides information about currently
running tasks. This table is read-only, and has a limited (but useful!) subset of the full information available through
- Druid SQL includes a [`sys.tasks`](../querying/sql-metadata-tables.md#tasks-table) table that provides information about active
and recently completed tasks. This table is read-only and has a subset of the full task report available through
the Overlord APIs.
<a name="reports"></a>

View File

@ -266,7 +266,7 @@ GROUP BY servers.server;
### TASKS table
The tasks table provides information about active and recently-completed indexing tasks. For more information
The tasks table provides information about active and recently completed tasks. For more information
check out the documentation for [ingestion tasks](../ingestion/tasks.md).
|Column|Type|Notes|