File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
terraform/modules/services/airflow/dags/uk Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7575 task_id = "determine_latest_zarr_ecmwf" ,
7676 )(bucket = f'nowcasting-nwp-{ env } ' , prefix = 'ecmwf/data' )
7777
78- file = f's3://nowcasting-nwp-{ env } /data-metoffice/latest.zarr'
78+ file = f's3://nowcasting-nwp-{ env } /data-metoffice/latest.zarr/.zattrs '
7979 command = f'curl -X GET "{ url } /v0/solar/GB/update_last_data?component=nwp&file={ file } "'
8080 nwp_update_ukv = BashOperator (
8181 task_id = "nwp-update-ukv" ,
8282 bash_command = command ,
8383 )
8484
85- file = f's3://nowcasting-nwp-{ env } /ecmwf/data/latest.zarr'
85+ file = f's3://nowcasting-nwp-{ env } /ecmwf/data/latest.zarr/.zattrs '
8686 command = f'curl -X GET "{ url } /v0/solar/GB/update_last_data?component=nwp&file={ file } "'
8787 nwp_update_ecmwf = BashOperator (
8888 task_id = "nwp-update-ecmwf" ,
You can’t perform that action at this time.
0 commit comments