This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new c284f10b083 Clarifying `catchup_by_default` in newsfragment (#48493)
c284f10b083 is described below
commit c284f10b0834016f99bdad04b34bad5946e88fb7
Author: Tamara Janina Fingerlin <[email protected]>
AuthorDate: Fri Mar 28 15:34:27 2025 +0100
Clarifying `catchup_by_default` in newsfragment (#48493)
---
airflow-core/newsfragments/47354.significant.rst | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/airflow-core/newsfragments/47354.significant.rst
b/airflow-core/newsfragments/47354.significant.rst
index 92260d1efb4..d967cb72428 100644
--- a/airflow-core/newsfragments/47354.significant.rst
+++ b/airflow-core/newsfragments/47354.significant.rst
@@ -1,4 +1,4 @@
-Catchup is now disabled by default.
+The ``catchup_by_default`` configuration is now ``False`` by default. This
means dags which do not explicitly define ``catchup`` will not display catchup
behavior.
* Types of change
@@ -10,3 +10,10 @@ Catchup is now disabled by default.
* [ ] Plugin changes
* [ ] Dependency changes
* [ ] Code interface changes
+
+
+* Migration rules needed
+
+ * ``airflow config lint``
+
+ * [x] ``scheduler.catchup_by_default`` default change from ``True`` to
``False``.