Skip to content

Commit b02c38e

Browse files
authored
fix: Specify owner of task fetch_interruption_log_records (GoogleCloudPlatform#1132)
1 parent 8e94c3c commit b02c38e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

dags/tpu_observability/interruption_validation_dag.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,9 @@ def fetch_interruption_metric_records_task(
554554
configs,
555555
proper_time_range,
556556
)
557-
log_records = fetch_interruption_log_records(
557+
log_records = fetch_interruption_log_records.override(
558+
owner=test_owner.QUINN_M
559+
)(
558560
configs,
559561
proper_time_range,
560562
)

0 commit comments

Comments
 (0)