Skip to content

Commit 3fed4a0

Browse files
authored
DOCS-3509: Add explanation that API key needs to have permissions at the organization level in order to use tabular_data_by_sql (#834)
1 parent 99215ab commit 3fed4a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/viam/app/data_client.py

+1
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ async def tabular_data_by_filter(
321321

322322
async def tabular_data_by_sql(self, organization_id: str, sql_query: str) -> List[Dict[str, Union[ValueTypes, datetime]]]:
323323
"""Obtain unified tabular data and metadata, queried with SQL.
324+
Make sure your API key has permissions at the organization level in order to use this.
324325
325326
::
326327

0 commit comments

Comments
 (0)