Skip to content

Commit 244a67d

Browse files
spelling and grammer (#779)
1 parent 3a96af6 commit 244a67d

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

terraform/modules/services/airflow/dags/uk/cloudcasting-dag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
cloudcasting_error_message = (
2727
"⚠️ The task {{ ti.task_id }} failed,"
28-
" but its ok. The cloudcasting is currently no critical. "
28+
" but its ok. The cloudcasting is currently not critical. "
2929
"No out of hours support is required."
3030
)
3131

terraform/modules/services/airflow/dags/uk/forecast-gsp-dag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
forecast_pvnet_da_error_message = (
3535
"❌ The task {{ ti.task_id }} failed. "
36-
"This would ideally be fixed before for DA actions at 09.00"
36+
"This would ideally be fixed before for DA actions at 09.00. "
3737
"Please see run book for appropriate actions."
3838
)
3939

terraform/modules/services/airflow/dags/uk/forecast-national-dag.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@
2626
# Tasks can still be defined in terraform, or defined here
2727

2828
national_xg_forecast_error_message = (
29-
"⚠️ The task {{ ti.task_id }} failed."
29+
"⚠️ The task {{ ti.task_id }} failed. "
3030
"But its ok, this forecast is only a backup. "
3131
"No out of office hours support is required, unless other forecasts are failing"
3232
)
3333

3434
neso_forecast_consumer_error_message = (
35-
"⚠️ The task {{ ti.task_id }} failed."
35+
"⚠️ The task {{ ti.task_id }} failed. "
3636
"But its ok, this only used for comparison. "
3737
"No out of office hours support is required."
3838
)
3939

4040
forecast_blend_error_message = (
41-
"❌ The task {{ ti.task_id }} failed."
41+
"❌ The task {{ ti.task_id }} failed. "
4242
"The blending of forecast has failed. "
4343
"Please see run book for appropriate actions. "
4444
)

terraform/modules/services/airflow/dags/uk/forecast-site-dag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Tasks can still be defined in terraform, or defined here
2626

2727
site_forecast_error_message = (
28-
"❌ The task {{ ti.task_id }} failed."
28+
"❌ The task {{ ti.task_id }} failed. "
2929
"Please see run book for appropriate actions. "
3030
)
3131

terraform/modules/services/airflow/dags/uk/nwp-dag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
)
3636

3737
nwp_ecmwf_error_message = (
38-
"❌ The task {{ ti.task_id }} failed."
38+
"❌ The task {{ ti.task_id }} failed. "
3939
"The forecast will continue running until it runs out of data. "
4040
"ECMWF status link is <https://status.ecmwf.int/|here> "
4141
"Please see run book for appropriate actions. "

terraform/modules/services/airflow/dags/uk/pv-dag.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
# Tasks can still be defined in terraform, or defined here
2727

2828
pv_consumer_error_message = (
29-
"⚠️ The task {{ ti.task_id }} failed."
30-
"But its ok, this isnt needed for any production services."
29+
"⚠️ The task {{ ti.task_id }} failed. "
30+
"But its ok, this isnt needed for any production services. "
3131
"No out of office hours support is required."
3232
)
3333

terraform/modules/services/airflow/dags/uk/satellite-dag.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
cluster = f"Nowcasting-{env}"
2626

2727
satellite_error_message = (
28-
"⚠️ The task {{ ti.task_id }} failed."
28+
"⚠️ The task {{ ti.task_id }} failed. "
2929
"But its ok, the forecast will automatically move over to a PVNET-ECMWF, "
3030
"which doesnt need satellite data. "
3131
"EUMETSAT status links are <https://uns.eumetsat.int/uns/|here> "
@@ -34,7 +34,7 @@
3434
)
3535

3636
satellite_clean_up_error_message = (
37-
"⚠️ The task {{ ti.task_id }} failed."
37+
"⚠️ The task {{ ti.task_id }} failed. "
3838
"But its ok, this is only used for cleaning up the EUMETSAT customisation, "
3939
"but the satellite consumer should also do this. "
4040
"No out of office hours support is required."

0 commit comments

Comments
 (0)