Skip to content

Commit c050945

Browse files
authored
Update dataSource description in query.md
1 parent 538e963 commit c050945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tql/query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following properties are common to all query types. See pages for each query
6969
| [intervals](/docs/tql/time-intervals/) (optional) | The time intervals to query, specified as absolute time intervals. |
7070
| [baseFilters](/docs/tql/baseFilters/) (optional) | A list of filters that are applied to all queries. |
7171
| [filter](/docs/tql/filters/) (optional) | A filter that's applied to the query. |
72-
| [dataSource](/docs/tql/datasource/) (optional) | The data source to query. Must be `"telemetry-signals"`. Defaults to "telemetry-signals". |
72+
| dataSource | The data source to query. Must be your namespace. Defaults to your namespace. |
7373
| **testMode** (optional, Bool) | Wether to show test data (`True`) or live data (`False`). Defaults to `False`. [More on Test Mode](/docs/articles/test-mode/) |
7474
| **appID** (optional) | If [baseFilters](/docs/tql/baseFilters/) is set to `thisApp`, the id for the app in question. |
7575
| **limit** (optional) | The maximum number of results to return. Defaults to unlimited |

0 commit comments

Comments
 (0)