Skip to content

Commit

Permalink
Update dags_airflow_fede_rucio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leggerf authored Jan 30, 2024
1 parent fc30cb4 commit 8d891a5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions dags_airflow_fede_rucio.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
)
k8s = None

#default_queue = "kubernetes"
# default_queue = "kubernetes"
default_queue = "default"

if k8s:
Expand All @@ -36,7 +36,7 @@
catchup=False,
tags=["fede"],
) as dag:

#############################################################
# Define config for pod with data access at CNAF and rucio
#############################################################
Expand All @@ -61,7 +61,7 @@
)
)
}

#############################################################
# pod with access to rucio
#############################################################
Expand All @@ -79,6 +79,4 @@ def rucio_task():
#############################################################
# Define DAG execution
#############################################################
(
rucio_task
)
(rucio_task)

0 comments on commit 8d891a5

Please sign in to comment.