Skip to content

Commit

Permalink
fix: change data type of group_by field in AggregateOperator
Browse files Browse the repository at this point in the history
Signed-off-by: seolmin <[email protected]>
  • Loading branch information
stat-kwon committed Jan 7, 2025
1 parent 9812354 commit f435587
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 f435587

Please sign in to comment.