You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tql/query.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ The following properties are common to all query types. See pages for each query
69
69
|[intervals](/docs/tql/time-intervals/) (optional) | The time intervals to query, specified as absolute time intervals. |
70
70
|[baseFilters](/docs/tql/baseFilters/) (optional) | A list of filters that are applied to all queries. |
71
71
|[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.|
73
73
|**testMode** (optional, Bool) | Wether to show test data (`True`) or live data (`False`). Defaults to `False`. [More on Test Mode](/docs/articles/test-mode/)|
74
74
|**appID** (optional) | If [baseFilters](/docs/tql/baseFilters/) is set to `thisApp`, the id for the app in question. |
75
75
|**limit** (optional) | The maximum number of results to return. Defaults to unlimited |
0 commit comments