Skip to content

Commit

Permalink
added dummyoperator
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Jul 3, 2024
1 parent b8fbd67 commit 6bdc7ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion echo-side/dags/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,6 @@ def check_new_csvs(new_csvs):
)]

# Set the task sequence
list_csv_files >> compare_csv_file_lists >> list_new_csvs_op >> conditional_op >> [check_new_csvs_op,end] >> check_csvs
list_csv_files >> compare_csv_file_lists >> list_new_csvs_op >> conditional_op >> [check_new_csvs_op,end]
check_new_csvs_op >> check_csvs

0 comments on commit 6bdc7ab

Please sign in to comment.