Skip to content

Commit ceb11de

Browse files
Merge branch 'development' of github.com:v3io/tutorials
2 parents fd17fd2 + 9bf4a26 commit ceb11de

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

getting-started/frames.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2823,7 +2823,12 @@
28232823
"<a id=\"frames-tsdb-read\"></a>\n",
28242824
"### Read from the TSDB Table\n",
28252825
"\n",
2826-
"Use the `read` method of the Frames client with the `tsdb` backend to read data from your TSDB table (i.e., query the database)."
2826+
"Use the `read` method of the Frames client with the `tsdb` backend to read data from your TSDB table (i.e., query the database).<br>\n",
2827+
"You can define the target TSDB table either in the `table` parameter of the `read` method or within the query string set in the optional `query` parameter, as demonstrated in the following example.\n",
2828+
"When the query includes the target table, the `table` parameter (if set) is ignored.<br>\n",
2829+
"You can set the optional `multi_index` parameter to `True` to return labels as index columns, as demonstrated in the following example.\n",
2830+
"By default, only the metric sample-time primary-key attribute is returned as an index column.<br>\n",
2831+
"See the [Frames documentation](https://github.com/v3io/frames/blob/master/README.md) for more information about the supported parameters of the `read` method for the `tsdb` backend."
28272832
]
28282833
},
28292834
{

0 commit comments

Comments
 (0)