We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be6cb2 commit 9371098Copy full SHA for 9371098
src/viam/app/data_client.py
@@ -354,7 +354,7 @@ async def tabular_data_by_mql(
354
355
import bson
356
357
- tabular_data = await data_client.tabular_data_by_mql(organization_id="<YOUR-ORG-ID>", mql_query=[
+ tabular_data = await data_client.tabular_data_by_mql(organization_id="<YOUR-ORG-ID>", query=[
358
{ '$match': { 'location_id': '<YOUR-LOCATION-ID>' } },
359
{ "$limit": 5 }
360
])
0 commit comments