Skip to content

Commit

Permalink
fix nwp file
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 14, 2024
1 parent b02cd13 commit c9c5211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/services/airflow/dags/uk/nwp-dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
task_concurrency=10,
)

file = f's3://nowcasting-nwp-{env}/data-national/latest.zarr.zip'
file = f's3://nowcasting-nwp-{env}/data-metoffice/latest.zarr.zip'
command = f'curl -X GET "{url}/v0/solar/GB/update_last_data?component=nwp&file={file}"'
nwp_update_ukv = BashOperator(
task_id="nwp-update-ukv",
Expand Down

0 comments on commit c9c5211

Please sign in to comment.