Skip to content

Commit

Permalink
Merge branch 'development' of github.com:v3io/tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharon-iguazio committed Sep 26, 2019
2 parents fd17fd2 + 9bf4a26 commit ceb11de
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion getting-started/frames.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2823,7 +2823,12 @@
"<a id=\"frames-tsdb-read\"></a>\n",
"### Read from the TSDB Table\n",
"\n",
"Use the `read` method of the Frames client with the `tsdb` backend to read data from your TSDB table (i.e., query the database)."
"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",
"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",
"When the query includes the target table, the `table` parameter (if set) is ignored.<br>\n",
"You can set the optional `multi_index` parameter to `True` to return labels as index columns, as demonstrated in the following example.\n",
"By default, only the metric sample-time primary-key attribute is returned as an index column.<br>\n",
"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."
]
},
{
Expand Down

0 comments on commit ceb11de

Please sign in to comment.