Skip to content

Commit

Permalink
Update dags_airflow_fede_rucio_k8soperator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leggerf authored Feb 1, 2024
1 parent b0e525b commit 305aa05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dags_airflow_fede_rucio_k8soperator.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
default_args = {
'owner': 'airflow',
'start_date': datetime(2020, 1, 1),
'tags': ['fede']
'tags': ['fede'],
}

dag = DAG('rucio_operator', default_args=default_args, schedule_interval=None)
Expand All @@ -26,6 +26,7 @@
task_id="data-access",
is_delete_operator_pod=False,
hostnetwork=False,
startup_timeout_seconds=900,
dag=dag
)

Expand Down

0 comments on commit 305aa05

Please sign in to comment.