kaxil commented on code in PR #45678:
URL: https://github.com/apache/airflow/pull/45678#discussion_r1917116914
##########
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:
```suggestion
* [x] ``airflow.sensors.external_task.ExternalTaskSensorLink`` →
``airflow.sensors.external_task.ExternalDagLink``
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]