Skip to content

Commit 48a9b1f

Browse files
committed
feat(optimus): add config field to ReplaySpec
1 parent f43bf23 commit 48a9b1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

odpf/optimus/runtime_service.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,7 @@ message ReplaySpec {
771771
google.protobuf.Timestamp end_date = 4;
772772
string state = 5;
773773
google.protobuf.Timestamp created_at = 6;
774+
map<string, string> config = 7;
774775
}
775776

776777
message RunJobRequest {

0 commit comments

Comments
 (0)