This is an automated email from the ASF dual-hosted git repository.

weilee 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 0130e5c8478 docs(newsfragments): update migration rules in 
newsfragments (#47049)
0130e5c8478 is described below

commit 0130e5c8478bbc7dcb63f9828f69d2c1dd83f868
Author: Wei Lee <[email protected]>
AuthorDate: Mon Mar 3 14:46:00 2025 +0800

    docs(newsfragments): update migration rules in newsfragments (#47049)
    
    * docs(newsfragments): as we have multiple ways to import DAG and we're not 
allowing importing from models so we're implementing the rules based on 
`airflow...DAG` in ruff instead
    
    * docs(newsfragments): add missing blank line to 46415
    
    * docs(newsfragments): check finished rules
---
 newsfragments/46408.significant.rst | 6 +++---
 newsfragments/46415.significant.rst | 1 +
 newsfragments/46663.significant.rst | 4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/newsfragments/46408.significant.rst 
b/newsfragments/46408.significant.rst
index dc04bd4d701..ebfa4b9e614 100644
--- a/newsfragments/46408.significant.rst
+++ b/newsfragments/46408.significant.rst
@@ -25,6 +25,6 @@ If these config options are still present, they will have no 
effect any longer.
 
   * ``airflow config lint``
 
-    * [ ] ``[logging] dag_processor_manager_log_location``
-    * [ ] ``[logging] dag_processor_manager_log_stdout``
-    * [ ] ``[logging] log_processor_filename_template``
+    * [x] ``[logging] dag_processor_manager_log_location``
+    * [x] ``[logging] dag_processor_manager_log_stdout``
+    * [x] ``[logging] log_processor_filename_template``
diff --git a/newsfragments/46415.significant.rst 
b/newsfragments/46415.significant.rst
index 05c37984f6c..ac2cd6f84d2 100644
--- a/newsfragments/46415.significant.rst
+++ b/newsfragments/46415.significant.rst
@@ -22,4 +22,5 @@ old signature, supported at runtime for compatibility, has 
been removed.
     * AIR302
 
       * [ ] Signature of 
``airflow.models.baseoperatorlink.BaseOperatorLink.get_link`` changed
+
       .. detailed in 
https://github.com/apache/airflow/pull/46415#issuecomment-2636186625
diff --git a/newsfragments/46663.significant.rst 
b/newsfragments/46663.significant.rst
index c0eeb797c7e..7a9d8df5c98 100644
--- a/newsfragments/46663.significant.rst
+++ b/newsfragments/46663.significant.rst
@@ -24,8 +24,8 @@ Property ``allow_future_exec_dates`` on the DAG class has 
also been removed.
 
     * AIR302
 
-      * [ ] property ``airflow.models.dag.DAG.allow_future_exec_dates``
+      * [ ] property ``airflow...DAG.allow_future_exec_dates``
 
   * ``airflow config lint``
 
-    * [ ] ``scheduler.allow_trigger_in_future``
+    * [x] ``scheduler.allow_trigger_in_future``

Reply via email to