Skip to content

Commit

Permalink
add bool
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayvuyyuru committed Jan 15, 2025
1 parent 3f0b40a commit 1932e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/viam/app/data/v1/data.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 1932e2d

Please sign in to comment.