Skip to content

Kubernetes migration: Fix end dates for webrequest DAGs in analytics folder

Mforns requested to merge fix-webrequest-end-dates into main

Last night we deployed some changes for the Airflow Kubernetes migration and we mistakenly set some end_dates for the webrequest DAGs in analytics that have not yet been migrated. The DAGs have stopped running as instructed, and hence the big amount of SLA alerts for the last 8 hours. This change sets the end_date of webrequest DAGs to a sensible value, to restore execution of those DAGs until we migrate them.

Bug: T386282

Edited by Mforns

Merge request reports

Loading