Skip to content

Commit

Permalink
fix(ceda-global): Correct variable name in environment
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Sep 11, 2024
1 parent 07d41fe commit a83e010
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_PASSWORD"],
"CEDA_FTP_PASSWORD": os.environ["CEDA_FTP_PASS"],
},
container_kwargs={
"volumes": [f"{ZARR_FOLDER}/nwp/ceda/global:/work"],
Expand Down

0 comments on commit a83e010

Please sign in to comment.