From 15f8d4745650d5b6382a6548faac74f1c4a780cf Mon Sep 17 00:00:00 2001 From: Vijay Vuyyuru Date: Mon, 16 Dec 2024 13:48:42 -0500 Subject: [PATCH] add bool for real time --- proto/viam/app/data/v1/data.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/viam/app/data/v1/data.proto b/proto/viam/app/data/v1/data.proto index 529dbc8ef..6fc54d0c8 100644 --- a/proto/viam/app/data/v1/data.proto +++ b/proto/viam/app/data/v1/data.proto @@ -224,7 +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_real_time_database = 4; reserved 2; reserved "mql_query"; }