Skip to content

Commit

Permalink
loop syntax correction for simple string array
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcundill committed Nov 4, 2024
1 parent 87bd168 commit d480824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/data_package_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
ecs_cluster = f"{config['env']}-cluster"
task_definition_name = f"{config['env']}-data-package-builder-task"

for package in data_packages.items():
for package in data_packages:
with DAG(
f"{package}-builder",
default_args=dag_default_args,
Expand Down

0 comments on commit d480824

Please sign in to comment.