From 1932e2d9ce4d362aede3eaaca5a621045c17583a Mon Sep 17 00:00:00 2001 From: Vijay Vuyyuru Date: Wed, 15 Jan 2025 16:51:21 -0500 Subject: [PATCH] add bool --- proto/viam/app/data/v1/data.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/viam/app/data/v1/data.proto b/proto/viam/app/data/v1/data.proto index 529dbc8ef..c1ad19fff 100644 --- a/proto/viam/app/data/v1/data.proto +++ b/proto/viam/app/data/v1/data.proto @@ -224,6 +224,7 @@ message TabularDataByMQLRequest { // document is one stage in the pipeline. The pipeline is run on the "sensorData.readings" // namespace, which holds the Viam organization's tabular data. repeated bytes mql_binary = 3; + optional bool use_recent_data = 4; reserved 2; reserved "mql_query";