gopidesupavan commented on code in PR #45678:
URL: https://github.com/apache/airflow/pull/45678#discussion_r1917144586


##########
newsfragments/41533.significant.rst:
##########
@@ -24,3 +23,22 @@ Example update:
 .. code-block:: python
 
     connection_by_conn_id = 
LocalFilesystemBackend().get_connection(conn_id="conn_id")
+
+* Types of change
+
+  * [x] DAG changes
+  * [ ] Config changes
+  * [ ] API changes
+  * [ ] CLI changes
+  * [ ] Behaviour changes
+  * [ ] Plugin changes
+  * [ ] Dependency change
+
+* Migration rules needed
+
+  * ruff
+
+    * AIR302
+
+      * [x] ``airflow.secrets.local_filesystem.load_connections`` → 
``airflow.secrets.local_filesystem.load_connections_dict``
+      * [x] ``airflow.secrets.local_filesystem.get_connection`` → 
``airflow.secrets.local_filesystem.load_connections_dict``

Review Comment:
   ```suggestion
         * [x] 
``airflow.secrets.local_filesystem.LocalFilesystemBackend.get_connections`` → 
``airflow.secrets.local_filesystem.LocalFilesystemBackend.get_connection``
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to