Skip to content

Commit

Permalink
Merge pull request #412 from whdalsrnt/master
Browse files Browse the repository at this point in the history
feat: change data type of expressions in EvaluateOperator
  • Loading branch information
whdalsrnt authored Aug 30, 2024
2 parents 1714206 + 1952260 commit cd0ad54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/spaceone/api/dashboard/v1/public_data_table.proto
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ message QueryOperator {

message EvaluateOperator {
string data_table_id = 1;
repeated string expressions = 2;
google.protobuf.ListValue expressions = 2;
}

message TimeDiff {
Expand Down

0 comments on commit cd0ad54

Please sign in to comment.