Skip to content

Commit

Permalink
Merge pull request #230 from cityofaustin/ch-date-task-dag
Browse files Browse the repository at this point in the history
Task not function in task definition
  • Loading branch information
Charlie-Henry authored May 22, 2024
2 parents 89141da + 4464eae commit ece5470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dags/atd_knack_inventory_transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@
mount_tmp_dir=False,
)

get_date_filter_arg >> t1 >> t2
date_filter_arg >> t1 >> t2
2 changes: 1 addition & 1 deletion dags/atd_moped_data_tracker_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@
mount_tmp_dir=False,
)

get_date_filter_arg >> t1
date_filter_arg >> t1

0 comments on commit ece5470

Please sign in to comment.