Skip to content

Commit

Permalink
Update dags_airflow_fede_k8sexecutor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leggerf authored Feb 6, 2024
1 parent 962b633 commit 9a0f94a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dags_airflow_fede_k8sexecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,9 @@ def task_with_resource_limits():
# Define DAG execution
#############################################################
(
annotation_task # first execute this
image_task # first execute this
>> [other_ns_task, sidecar_task] # then these
>> label_task # then this
>> [image_task, resource_task] # then the last two
>> [annotation_task, resource_task] # then the last two
>> volume_task
)

0 comments on commit 9a0f94a

Please sign in to comment.