Skip to content

Commit

Permalink
Set env.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohns-scottlogic committed Jul 23, 2024
1 parent 9638388 commit 87461bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dags/dynamic_data_workflow_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@
overrides={
"containerOverrides": [
{
"environment": [{"COLLECTION_NAME": collection}],
"environment": [
{"name": "COLLECTION_NAME", "value": collection}
],
},
]
},
Expand Down

0 comments on commit 87461bf

Please sign in to comment.