Skip to content

Commit b0ea2fb

Browse files
committed
Updating more dags for airflow3
1 parent 297d9cf commit b0ea2fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules/airflow/examples/example-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ data:
1212
1313
with DAG(
1414
dag_id='test_airflow_dag',
15-
schedule_interval='0 0 * * *',
15+
schedule='0 0 * * *',
1616
start_date=datetime(2021, 1, 1),
1717
catchup=False,
1818
dagrun_timeout=timedelta(minutes=60),

examples/simple-airflow-cluster-dags-cmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ data:
2828
2929
with DAG(
3030
dag_id='test_airflow_dag',
31-
schedule_interval='0 0 * * *',
31+
schedule='0 0 * * *',
3232
start_date=datetime(2021, 1, 1),
3333
catchup=False,
3434
dagrun_timeout=timedelta(minutes=60),

0 commit comments

Comments
 (0)