Skip to content

Commit

Permalink
refactor(optimus): remove namespace_jobs from RefreshJobsRequest and …
Browse files Browse the repository at this point in the history
…replace with namespace_names and job_names (#127)
  • Loading branch information
arinda-arif authored Apr 8, 2022
1 parent 39dd0f9 commit 6bb8d3b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions odpf/optimus/core/v1beta1/job_spec.proto
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,8 @@ message JobSpecMetadataResourceConfig {

message RefreshJobsRequest {
string project_name = 1;
repeated NamespaceJobs namespace_jobs = 2;
}

message NamespaceJobs {
string namespace_name = 1;
repeated string job_names = 2;
repeated string namespace_names = 2;
repeated string job_names = 3;
}

message RefreshJobsResponse {
Expand Down

0 comments on commit 6bb8d3b

Please sign in to comment.