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 29, 2024
1 parent 34950aa commit 463529e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dags_airflow_fede_default_queue.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
This is an example dag for using a Kubernetes Executor Configuration.
This is an example dag for using the default queue.
It starts the following tasks:
1) pod with annotation
2) pod with mounted volume
Expand Down Expand Up @@ -37,7 +37,7 @@

if k8s:
with DAG(
dag_id="kubernetes_executor",
dag_id="default_queue_executor",
schedule=None,
start_date=pendulum.datetime(2021, 1, 1, tz="UTC"),
catchup=False,
Expand Down

0 comments on commit 463529e

Please sign in to comment.