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

eladkal 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 fce966e4401 Update migration rule for create_session (#47894)
fce966e4401 is described below

commit fce966e440122bd8389b7a56d8b8e29c5a7a1f27
Author: Elad Kalif <[email protected]>
AuthorDate: Tue Mar 18 14:17:15 2025 +0200

    Update migration rule for create_session (#47894)
---
 newsfragments/47599.significant.rst | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/newsfragments/47599.significant.rst 
b/newsfragments/47599.significant.rst
index 01db4f5d4f1..454f18d03c6 100644
--- a/newsfragments/47599.significant.rst
+++ b/newsfragments/47599.significant.rst
@@ -5,11 +5,19 @@ The ability to create session from ``utils/db.py`` is removed.
 
 * Types of change
 
-  * [ ] Dag changes
+  * [x] Dag changes
   * [ ] Config changes
   * [ ] API changes
   * [ ] CLI changes
-  * [x] Behaviour changes
+  * [ ] Behaviour changes
   * [ ] Plugin changes
   * [ ] Dependency changes
   * [ ] Code interface changes
+
+* Migration rules needed
+
+  * ruff
+
+    * AIR302
+
+      * [ ] ``airflow.utils.db.create_session``

Reply via email to