USACE / cumulus

Cumulus project issue tracking and project planning
MIT License
3 stars 2 forks source link

[BUG REPORT]: LMRFC QPF - No Downloads if single file in forecast is missing #404

Closed adamscarberry closed 6 months ago

adamscarberry commented 7 months ago

Report from field of delay in product.

Observed that if the last file expected was not available, the entire airflow task would fail causing no data to post to Cumulus.

Need to adjust airflow dag logic to handle.

adamscarberry commented 7 months ago

fix deployed to

review results after a day, then close

adamscarberry commented 7 months ago

had to add a dag to replace the lmrfc_qpf. It should have better timing for the latest forecast sets.

Apparently it's bad practice to change timing on an existing dag. Deleting a dag with significant history usually fails from the UI.

The new dag is called cumulus_lmrfc_qpf_latest

cc @jeffsuperglide @Enovotny