File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
gotocompany/optimus/core/v1beta1 Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -298,6 +298,7 @@ message GetJobRunLineageSummaryRequest {
298298message TargetJobRunIdentifier {
299299 string job_name = 1 ;
300300 google.protobuf.Timestamp scheduled_at = 2 ;
301+ string project_name = 3 ;
301302}
302303
303304message 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
313315message 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
320323message JobRunSummary {
You can’t perform that action at this time.
0 commit comments