Skip to content

Commit

Permalink
Corrected DAG name argument
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcundill committed Dec 9, 2024
1 parent 9d85d61 commit ca739ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/collection_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
configure_dag_task >> collection_ecs_task

with DAG(
name="Slack Tester",
"Slack Tester",
start_date=datetime(2024, 1, 1),
on_success_callback=[
send_slack_notification(
Expand Down

0 comments on commit ca739ee

Please sign in to comment.