Skip to content

Commit

Permalink
Corrected reference to data package builder ECS task def
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcundill committed Nov 4, 2024
1 parent d480824 commit 73a6e67
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 @@ -17,7 +17,7 @@

# set some variables needed for ECS tasks,
ecs_cluster = f"{config['env']}-cluster"
task_definition_name = f"{config['env']}-data-package-builder-task"
task_definition_name = f"{config['env']}-mwaa-data-package-builder-task"

for package in data_packages:
with DAG(
Expand Down

0 comments on commit 73a6e67

Please sign in to comment.