From 890620efe305c30edb807ada2ecc7bea404c5da2 Mon Sep 17 00:00:00 2001 From: Aryan Bhosale <36108149+aryanbhosale@users.noreply.github.com> Date: Wed, 12 Feb 2025 17:18:23 +0530 Subject: [PATCH] Update satellite-dag.py --- terraform/modules/services/airflow/dags/uk/satellite-dag.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/terraform/modules/services/airflow/dags/uk/satellite-dag.py b/terraform/modules/services/airflow/dags/uk/satellite-dag.py index a822ab88..b5ae96f7 100644 --- a/terraform/modules/services/airflow/dags/uk/satellite-dag.py +++ b/terraform/modules/services/airflow/dags/uk/satellite-dag.py @@ -34,10 +34,8 @@ ) satellite_both_files_missing_error_message = ( - "⚠️ The task {{ ti.task_id }} failed. " - "But its ok, this is only used for cleaning up the EUMETSAT customisation, " - "but the satellite consumer should also do this. " - "No out of office hours support is required." + "⚠️ Tried to update the database to show when the latest satellite data was collected, " + "but could not find the 5-min or the 15-min satellite files." ) satellite_clean_up_error_message = (