diff --git a/terraform/modules/services/airflow/dags/uk/cloudcasting-dag.py b/terraform/modules/services/airflow/dags/uk/cloudcasting-dag.py index ac2c72f7..6ba4d97d 100644 --- a/terraform/modules/services/airflow/dags/uk/cloudcasting-dag.py +++ b/terraform/modules/services/airflow/dags/uk/cloudcasting-dag.py @@ -25,7 +25,7 @@ cloudcasting_error_message = ( "⚠️ The task {{ ti.task_id }} failed," - " but its ok. The cloudcasting is currently no critical. " + " but its ok. The cloudcasting is currently not critical. " "No out of hours support is required." ) diff --git a/terraform/modules/services/airflow/dags/uk/forecast-gsp-dag.py b/terraform/modules/services/airflow/dags/uk/forecast-gsp-dag.py index 88de6db3..6550bfea 100644 --- a/terraform/modules/services/airflow/dags/uk/forecast-gsp-dag.py +++ b/terraform/modules/services/airflow/dags/uk/forecast-gsp-dag.py @@ -33,7 +33,7 @@ forecast_pvnet_da_error_message = ( "❌ The task {{ ti.task_id }} failed. " - "This would ideally be fixed before for DA actions at 09.00" + "This would ideally be fixed before for DA actions at 09.00. " "Please see run book for appropriate actions." ) diff --git a/terraform/modules/services/airflow/dags/uk/forecast-national-dag.py b/terraform/modules/services/airflow/dags/uk/forecast-national-dag.py index 5fbb6f58..90c17941 100644 --- a/terraform/modules/services/airflow/dags/uk/forecast-national-dag.py +++ b/terraform/modules/services/airflow/dags/uk/forecast-national-dag.py @@ -26,19 +26,19 @@ # Tasks can still be defined in terraform, or defined here national_xg_forecast_error_message = ( - "⚠️ The task {{ ti.task_id }} failed." + "⚠️ The task {{ ti.task_id }} failed. " "But its ok, this forecast is only a backup. " "No out of office hours support is required, unless other forecasts are failing" ) neso_forecast_consumer_error_message = ( - "⚠️ The task {{ ti.task_id }} failed." + "⚠️ The task {{ ti.task_id }} failed. " "But its ok, this only used for comparison. " "No out of office hours support is required." ) forecast_blend_error_message = ( - "❌ The task {{ ti.task_id }} failed." + "❌ The task {{ ti.task_id }} failed. " "The blending of forecast has failed. " "Please see run book for appropriate actions. " ) diff --git a/terraform/modules/services/airflow/dags/uk/forecast-site-dag.py b/terraform/modules/services/airflow/dags/uk/forecast-site-dag.py index eeb11ff6..fb0b47f2 100644 --- a/terraform/modules/services/airflow/dags/uk/forecast-site-dag.py +++ b/terraform/modules/services/airflow/dags/uk/forecast-site-dag.py @@ -25,7 +25,7 @@ # Tasks can still be defined in terraform, or defined here site_forecast_error_message = ( - "❌ The task {{ ti.task_id }} failed." + "❌ The task {{ ti.task_id }} failed. " "Please see run book for appropriate actions. " ) diff --git a/terraform/modules/services/airflow/dags/uk/nwp-dag.py b/terraform/modules/services/airflow/dags/uk/nwp-dag.py index a8d00571..7c130301 100644 --- a/terraform/modules/services/airflow/dags/uk/nwp-dag.py +++ b/terraform/modules/services/airflow/dags/uk/nwp-dag.py @@ -35,7 +35,7 @@ ) nwp_ecmwf_error_message = ( - "❌ The task {{ ti.task_id }} failed." + "❌ The task {{ ti.task_id }} failed. " "The forecast will continue running until it runs out of data. " "ECMWF status link is " "Please see run book for appropriate actions. " diff --git a/terraform/modules/services/airflow/dags/uk/pv-dag.py b/terraform/modules/services/airflow/dags/uk/pv-dag.py index 30eefe99..804d5c48 100644 --- a/terraform/modules/services/airflow/dags/uk/pv-dag.py +++ b/terraform/modules/services/airflow/dags/uk/pv-dag.py @@ -26,8 +26,8 @@ # Tasks can still be defined in terraform, or defined here pv_consumer_error_message = ( - "⚠️ The task {{ ti.task_id }} failed." - "But its ok, this isnt needed for any production services." + "⚠️ The task {{ ti.task_id }} failed. " + "But its ok, this isnt needed for any production services. " "No out of office hours support is required." ) diff --git a/terraform/modules/services/airflow/dags/uk/satellite-dag.py b/terraform/modules/services/airflow/dags/uk/satellite-dag.py index 6739b158..18aaf66c 100644 --- a/terraform/modules/services/airflow/dags/uk/satellite-dag.py +++ b/terraform/modules/services/airflow/dags/uk/satellite-dag.py @@ -25,7 +25,7 @@ cluster = f"Nowcasting-{env}" satellite_error_message = ( - "⚠️ The task {{ ti.task_id }} failed." + "⚠️ The task {{ ti.task_id }} failed. " "But its ok, the forecast will automatically move over to a PVNET-ECMWF, " "which doesnt need satellite data. " "EUMETSAT status links are " @@ -34,7 +34,7 @@ ) satellite_clean_up_error_message = ( - "⚠️ The task {{ ti.task_id }} failed." + "⚠️ 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."