Skip to content

Commit

Permalink
Merge branch 'main' into devsjc/icon-pin
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc authored Mar 3, 2025
2 parents 8c5d8cb + 948a414 commit 4579574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dagster_dags/assets/nwp/ecmwf_ens_uk.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def ecmwf_ens_uk_asset(
"""Dagster asset downloading ECMWF ENS data for the UK."""
it: dt.datetime = context.partition_time_window.start
return pipes_docker_client.run(
image="ghcr.io/openclimatefix/nwp-consumer:1.0.17",
image="ghcr.io/openclimatefix/nwp-consumer:1.0.19",
command=["archive", "-y", str(it.year), "-m", str(it.month)],
env={
"MODEL_REPOSITORY": "ecmwf-mars",
Expand Down

0 comments on commit 4579574

Please sign in to comment.