Skip to content

Commit

Permalink
added swift credentials to airflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Dec 23, 2024
1 parent 99fd5de commit 9df568e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions echo-side/dags/process_new_zips.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ def print_bucket_name(bucket_name):
'S3_ACCESS_KEY': Variable.get("S3_ACCESS_KEY"),
'S3_SECRET_KEY': Variable.get("S3_SECRET_KEY"),
'S3_HOST_URL': Variable.get("S3_HOST_URL"),
'ST_AUTH': Variable.get("ST_AUTH"),
'ST_USER': Variable.get("ST_USER"),
'ST_KEY': Variable.get("ST_KEY"),
},
get_logs=True,
) for bucket_name in bucket_names]
Expand Down

0 comments on commit 9df568e

Please sign in to comment.