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 6fc18f0 commit 0ec9fe4
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 @@ -51,7 +51,7 @@ def print_bucket_name(bucket_name):
task_id=f'print_bucket_name_{bucket_name}',
python_callable=print_bucket_name,
op_kwargs={'bucket_name': bucket_name},
) for bucket_name in "{{ task_instance.xcom_pull(task_ids='get_bucket_names', key='bucket_names') }}"]
) for bucket_name in "{{ xcom_pull(task_ids='get_bucket_names', key='bucket_names') }}"]

# if len(bucket_names) > 0:
# print(f'Bucket names found: {bucket_names}')
Expand Down

0 comments on commit 0ec9fe4

Please sign in to comment.