Skip to content

Commit

Permalink
fix(ecmwf-stat): Correct environment
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Dec 6, 2024
1 parent 0af82d3 commit 9e0a643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local_archives/nwp/ecmwf/ecmwf_ens_stat_india.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def ecmwf_eps_india_stat(
context: dg.AssetExecutionContext,
pipes_docker_client: PipesDockerClient,
) -> Any:
image: str = "ghcr.io/openclimatefix/nwp-consumer:1.0.3"
image: str = "ghcr.io/openclimatefix/nwp-consumer:1.0.4"
it: dt.datetime = context.partition_time_window.start
return pipes_docker_client.run(
image=image,
Expand All @@ -61,7 +61,7 @@ def ecmwf_eps_india_stat(
str(it.month),
],
env={
"MODEL_REPOSITORY": "ceda-metoffice-global",
"MODEL_REPOSITORY": "ecmwf-mars",
"NOTIFICATION_REPOSITORY": "dagster-pipes",
"ECMWF_API_KEY": os.environ["ECMWF_API_KEY"],
"ECMWF_API_EMAIL": os.environ["ECMWF_API_EMAIL"],
Expand Down

0 comments on commit 9e0a643

Please sign in to comment.