Skip to content

Commit

Permalink
fix(ceda-global): Updade env var key (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc authored Sep 11, 2024
1 parent e7e83e3 commit a24b021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local_archives/nwp/ceda/ceda_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def ceda_global(
"NWP_CONSUMER_MODEL_REPOSITORY": "ceda-metoffice-global",
"NWP_CONSUMER_NOTIFICATION_REPOSITORY": "dagster-pipes",
"CEDA_FTP_USER": os.environ["CEDA_FTP_USER"],
"CEDA_FTP_PASSWORD": os.environ["CEDA_FTP_PASS"],
"CEDA_FTP_PASS": os.environ["CEDA_FTP_PASS"],
},
container_kwargs={
"volumes": [f"{ZARR_FOLDER}/nwp/ceda/global:/work"],
Expand Down

0 comments on commit a24b021

Please sign in to comment.