Skip to content

Commit

Permalink
chore(optimus): mark namespace in RegisterProjectRequest as deprecated (
Browse files Browse the repository at this point in the history
  • Loading branch information
arinda-arif authored Nov 17, 2021
1 parent 7f15c34 commit 864f6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odpf/optimus/runtime_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ message CheckJobSpecificationsResponse {

message RegisterProjectRequest {
ProjectSpecification project = 1;
NamespaceSpecification namespace = 2;
NamespaceSpecification namespace = 2 [deprecated=true];
}

message RegisterProjectResponse {
Expand Down

0 comments on commit 864f6da

Please sign in to comment.