Skip to content

Commit a8708e3

Browse files
committed
Remove mention of data_source and query_plan response fields from /v1/sql docs
1 parent 6e68b86 commit a8708e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/pages/product/apis-integrations/rest-api/reference.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ properties under the `sql` key:
139139

140140
| Property, type | Description |
141141
| --- | --- |
142-
| `data_source`, `string` | [Data source][ref-data-sources] name or `cubestore` |
143-
| `query_plan`, `object` | Query execution plan |
144142
| `query_type`, `string` | `regular` for [regular][ref-regular-queries] queries,<br/>`post_processing` for queries with [post-processing][ref-query-wpp],<br/>`pushdown` for queries with [pushdown][ref-query-wpd] |
145143

146144
For queries with the `sql` format, in case of an error, the response will only contain
@@ -508,4 +506,4 @@ Keep-Alive: timeout=5
508506
[ref-data-sources]: /product/configuration/advanced/multiple-data-sources
509507
[ref-regular-queries]: /product/apis-integrations/queries#regular-query
510508
[ref-query-wpp]: /product/apis-integrations/queries#query-with-post-processing
511-
[ref-query-wpd]: /product/apis-integrations/queries#query-with-pushdown
509+
[ref-query-wpd]: /product/apis-integrations/queries#query-with-pushdown

0 commit comments

Comments
 (0)