Docs: add pointers from api-reference to sql docs. (#11548)

This commit is contained in:
Gian Merlino 2021-08-11 09:00:33 -07:00 committed by GitHub
parent 2a6421d0d9
commit faebefecae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -167,6 +167,9 @@ If no used segments are found for the given inputs, this API returns `204 No Con
#### Metadata store information
> Note: Much of this information is available in a simpler, easier-to-use form through the Druid SQL
> [`sys.segments`](../querying/sql.md#segments-table) table.
##### GET
* `/druid/coordinator/v1/metadata/segments`
@ -867,6 +870,11 @@ Note that all _interval_ URL parameters are ISO 8601 strings delimited by a `_`
##### GET
> Note: Much of this information is available in a simpler, easier-to-use form through the Druid SQL
> [`INFORMATION_SCHEMA.TABLES`](../querying/sql.md#tables-table),
> [`INFORMATION_SCHEMA.COLUMNS`](../querying/sql.md#columns-table), and
> [`sys.segments`](../querying/sql.md#segments-table) tables.
* `/druid/v2/datasources`
Returns a list of queryable datasources.
@ -927,6 +935,11 @@ Returns segment information lists including server locations for the given query
#### GET
> Note: Much of this information is available in a simpler, easier-to-use form through the Druid SQL
> [`INFORMATION_SCHEMA.TABLES`](../querying/sql.md#tables-table),
> [`INFORMATION_SCHEMA.COLUMNS`](../querying/sql.md#columns-table), and
> [`sys.segments`](../querying/sql.md#segments-table) tables.
* `/druid/v2/datasources`
Returns a list of queryable datasources.