Skip to content

Commit

Permalink
feat(optimus): add new locations field
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnaufal committed Sep 24, 2024
1 parent 5ebb213 commit b876478
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gotocompany/optimus/core/v1beta1/project.proto
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,12 @@ message ProjectSpecification {
string location = 7;
}
map<string, ProjectPreset> presets = 4;

repeated Location locations = 5;

message Location {
string name = 1;
string project = 2;
string dataset = 3;
}
}

0 comments on commit b876478

Please sign in to comment.