Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Aug 15, 2024
1 parent 68ff8ef commit 0cff7f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions echo-side/dags/process_new_zips.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def dl_bucket_names(**kwargs):
buckets = json.loads(r.text)
for bucket in buckets:
bucket_names.append(bucket['name'])
print(f'Bucket names found: {bucket_names}')
# kwargs['ti'].xcom_push(key='bucket_names', value=bucket_names)
# return bucket_names

Expand Down

0 comments on commit 0cff7f4

Please sign in to comment.