Skip to content

Commit 5796536

Browse files
authored
Do not use outdated schedule_interval in tutorial dags (apache#50947)
1 parent f7b8ccd commit 5796536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow-core/docs/tutorial/taskflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Here's what the same DAG might have looked like using the traditional approach:
159159
160160
with DAG(
161161
dag_id="legacy_etl_pipeline",
162-
schedule_interval=None,
162+
schedule=None,
163163
start_date=pendulum.datetime(2021, 1, 1, tz="UTC"),
164164
catchup=False,
165165
tags=["example"],

0 commit comments

Comments
 (0)