We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8a054 commit dee2f23Copy full SHA for dee2f23
terraform/modules/services/airflow/dags/uk/satellite-dag.py
@@ -63,6 +63,9 @@
63
on_failure_callback=[send_slack_notification(
64
text="⚠️ The task {{ ti.task_id }} failed,"
65
" but its ok. The forecast will automatically move over to a PVNET-ECMWF. "
66
+ "You can check (here)[https://uns.eumetsat.int/uns/] for any issues with EUMETSAT, "
67
+ "and (here)[https://masif.eumetsat.int/ossi/webpages/level3.html?ossi_level3_filename=seviri_rss_hr.html&ossi_level2_filename=seviri_rss.html]"
68
+ "for detailed information on when the satellite data was delivered"
69
"No out of hours support is required. ⚠️",
70
channel=f"tech-ops-airflow-{env}",
71
username="Airflow",
0 commit comments