Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Jan 9, 2025
1 parent 1c8db00 commit a6b652d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/services/airflow/dags/india/nwp-dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
task_id="determine_latest_zarr_ecmwf",
)(bucket=f'india-nwp-{env}', prefix='ecmwf/data')

latest_only >> rename_zarr_ecmwf >> nwp_consumer_ecmwf
latest_only >> nwp_consumer_ecmwf >> rename_zarr_ecmwf
latest_only >> nwp_consumer_gfs
latest_only >> nwp_consumer_metoffice >> rename_zarr_metoffice

0 comments on commit a6b652d

Please sign in to comment.