diff --git a/docs/ingestion/tasks.md b/docs/ingestion/tasks.md index ba93e9c1f00..92f21b92487 100644 --- a/docs/ingestion/tasks.md +++ b/docs/ingestion/tasks.md @@ -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. diff --git a/docs/querying/sql-metadata-tables.md b/docs/querying/sql-metadata-tables.md index 4fbbfb2ff4c..b04b3f11e65 100644 --- a/docs/querying/sql-metadata-tables.md +++ b/docs/querying/sql-metadata-tables.md @@ -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|