Skip to content

Commit

Permalink
chore(airflow): schedule_interval deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
d0choa committed Dec 1, 2023
1 parent a6cc21d commit 5d9c184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/airflow/dags/common_airflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
shared_dag_kwargs = dict(
tags=["genetics_etl", "experimental"],
start_date=pendulum.now(tz="Europe/London").subtract(days=1),
schedule_interval="@once",
schedule="@once",
catchup=False,
)

Expand Down

0 comments on commit 5d9c184

Please sign in to comment.