Skip to content

Commit 43b10ed

Browse files
authored
Update data_client.py (#761)
1 parent f9867c4 commit 43b10ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/app/data_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ async def tabular_data_by_sql(self, organization_id: str, sql_query: str) -> Lis
247247
::
248248
249249
data = await data_client.tabular_data_by_sql(
250-
org_id="<YOUR-ORG-ID>",
250+
organization_id="<YOUR-ORG-ID>",
251251
sql_query="SELECT * FROM readings LIMIT 5"
252252
)
253253

0 commit comments

Comments
 (0)