Skip to content

Commit 30d5e02

Browse files
committed
fix for satellite link
1 parent 5242906 commit 30d5e02

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
nwp_metoffice_error_message = (
2929
"❌ The task {{ ti.task_id }} failed."
3030
"The forecast will continue running until it runs out of data."
31-
"which doesnt need Metoffice data. "
3231
"Metoffice status link is <https://datahub.metoffice.gov.uk/support/service-status|here> "
3332
"Please see run book for appropriate actions. "
3433
)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
satellite_error_message = (
2828
"❌ The task {{ ti.task_id }} failed."
2929
"EUMETSAT status links are <https://uns.eumetsat.int/uns/|here> "
30-
"and <https://masif.eumetsat.int/ossi/webpages/level3.html?ossi_level3_filename=seviri_rss_hr.html&ossi_level2_filename=seviri_rss.html|here>. "
30+
"and <https://masif.eumetsat.int/ossi/webpages/level2.html?ossi_level2_filename=seviri_iodc.html|here>. "
3131
"Please see run book for appropriate actions. "
3232
)
3333

0 commit comments

Comments
 (0)