Lee-W commented on code in PR #45678: URL: https://github.com/apache/airflow/pull/45678#discussion_r1918087455
########## newsfragments/41391.significant.rst: ########## @@ -1,5 +1,22 @@ -**Breaking Change** - The ``airflow.providers.standard.sensors.external_task.ExternalTaskSensorLink`` class has been removed. + This class was deprecated and is no longer available. Users should now use the ``airflow.providers.standard.sensors.external_task.ExternalDagLink`` class directly. + +* 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.sensors.external_task.ExternalTaskSensorLink`` → ``airflow.sensors.external_task.ExternalDagLin`` Review Comment: Thanks! updated ########## 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: Thanks! updated -- 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