Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion gotocompany/optimus/core/v1beta1/replay.proto
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ message ReplayRun {
}

message ReplayDryRunResponse {
repeated ReplayRun replay_runs = 1;
repeated ReplayRun replay_runs = 1;
map<string, string> job_config = 2;
}

message ReplayRequest {
Expand Down
Loading