Skip to content

Commit eb4cc35

Browse files
committed
add job project info on job run lineage API
1 parent 4a83f2d commit eb4cc35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gotocompany/optimus/core/v1beta1/job_run.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ message GetJobRunLineageSummaryRequest {
298298
message TargetJobRunIdentifier {
299299
string job_name = 1;
300300
google.protobuf.Timestamp scheduled_at = 2;
301+
string project_name = 3;
301302
}
302303

303304
message GetJobRunLineageSummaryResponse {
@@ -308,13 +309,15 @@ message JobRunLineageSummary {
308309
string job_name = 1;
309310
google.protobuf.Timestamp scheduled_at = 2;
310311
repeated JobExecutionSummary job_runs = 3;
312+
string project_name = 4;
311313
}
312314

313315
message JobExecutionSummary {
314316
string job_name = 1;
315317
SLAConfig sla = 2;
316318
int32 level = 3;
317319
JobRunSummary job_run_summary = 4;
320+
string project_name = 5;
318321
}
319322

320323
message JobRunSummary {

0 commit comments

Comments
 (0)