Skip to content

Commit

Permalink
switched GFS and ECMWF error message (#788)
Browse files Browse the repository at this point in the history
Co-authored-by: reckt32 <[email protected]>
  • Loading branch information
reckt32 and reckt32 authored Feb 17, 2025
1 parent 8e5bcf3 commit db912b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/modules/services/airflow/dags/india/nwp-dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
nwp_ecmwf_error_message = (
"❌ The task {{ ti.task_id }} failed."
"The forecast will continue running until it runs out of data. "
"ECMWF status link is <https://www.nco.ncep.noaa.gov/pmb/nwprod/prodstat/|here> "
"ECMWF status link is <https://status.ecmwf.int/|here> "
"Please see run book for appropriate actions. "
)

nwp_gfs_error_message = (
"❌ The task {{ ti.task_id }} failed."
"The forecast will continue running until it runs out of data. "
"ECMWF status link is <https://status.ecmwf.int/|here> "
"GFS status link is <https://www.nco.ncep.noaa.gov/pmb/nwprod/prodstat/|here>"
"Please see run book for appropriate actions. "
)

Expand Down

0 comments on commit db912b7

Please sign in to comment.