Skip to content

Commit

Permalink
task ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Aug 16, 2024
1 parent b0a7977 commit 798cc8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion echo-side/dags/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,8 @@ def get_new_csvs(bucket_name):
)

# Set the task sequence
list_csv_files >> compare_csv_file_lists >> get_new_csvs_task >> check_uploads
list_csv_files
compare_csv_file_lists
get_new_csvs_task
check_uploads

0 comments on commit 798cc8a

Please sign in to comment.