Skip to content

Commit

Permalink
Update dags_airflow_fede_default_queue.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leggerf authored Jan 30, 2024
1 parent 8092291 commit 693d322
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dags_airflow_fede_default_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@ def private_image_task():
# Define DAG execution
#############################################################
(
[private_image_task, annotation_task] # first execute this
private_image_task
>> annotation_task # first execute this
>> [other_ns_task, sidecar_task] # then these
>> label_task # then this
>> [image_task, resource_task] # then the last two
Expand Down

0 comments on commit 693d322

Please sign in to comment.