Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Aug 15, 2024
1 parent 9bc4c7c commit d403e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echo-side/dags/process_new_zips.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def dl_bucket_names(**kwargs):
bucket_names.append(bucket['name'])
print(f'Bucket names found: {bucket_names}')
kwargs['ti'].xcom_push(key='bucket_names', value=bucket_names)
print(XComArg('get_bucket_names', key='bucket_names'))
print(XComArg(get_bucket_names, key='bucket_names'))
# return bucket_names

def print_bucket_name(bucket_name):
Expand Down

0 comments on commit d403e4b

Please sign in to comment.