Skip to content

Commit

Permalink
DATA-3438 Add resourceType to data source specification
Browse files Browse the repository at this point in the history
  • Loading branch information
kaywux committed Nov 20, 2024
1 parent 1c3a0c2 commit 0d3f7dd
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 @@ -234,6 +234,7 @@ message GetLatestTabularDataRequest {
string part_id = 1;
string resource_name = 2;
string method_name = 3;
string resource_type = 4;
}

// GetLatestTabularDataResponse provides the data, time synced, and time captured of the most recent tabular data captured
Expand Down

0 comments on commit 0d3f7dd

Please sign in to comment.