Skip to content

Commit

Permalink
Merge pull request #544 from stat-kwon/master
Browse files Browse the repository at this point in the history
Change data type of group_by field in AggregateOperator
  • Loading branch information
stat-kwon authored Jan 7, 2025
2 parents 9812354 + f435587 commit 566caf4
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 @@ -135,7 +135,7 @@ message AggregateOperator {
string data_table_id = 1;
google.protobuf.Struct function = 2;
// +optional
string group_by = 3;
repeated string group_by = 3;
}

message QueryOperator {
Expand Down

0 comments on commit 566caf4

Please sign in to comment.