Skip to content

Commit

Permalink
feat: add airflow specific config on job spec
Browse files Browse the repository at this point in the history
  • Loading branch information
irainia committed Apr 14, 2022
1 parent 0e3ef79 commit 2c15924
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions odpf/optimus/core/v1beta1/job_spec.proto
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ message JobEvent {

message JobMetadata {
JobSpecMetadataResource resource = 1;
JobSpecMetadataAirflow airflow = 2;
}

message JobSpecMetadataResource {
Expand All @@ -259,6 +260,11 @@ message JobSpecMetadataResourceConfig {
string memory = 2;
}

message JobSpecMetadataAirflow {
string pool = 1;
string queue = 2;
}

message RefreshJobsRequest {
string project_name = 1;
repeated string namespace_names = 2;
Expand Down

0 comments on commit 2c15924

Please sign in to comment.