amoghrajesh commented on code in PR #47008:
URL: https://github.com/apache/airflow/pull/47008#discussion_r1979692586


##########
newsfragments/47008.significant.rst:
##########
@@ -0,0 +1,22 @@
+``BaseOperatorLink`` has now been moved into the task SDK to be consumed by 
DAG authors to write custom operator links.
+
+Any occurrences of imports from ``airflow.models.baseoperatorlink`` will need 
to be updated to ``airflow.sdk.definitions.baseoperatorlink``
+
+* Types of change
+
+  * [x] Dag changes
+  * [ ] Config changes
+  * [ ] API changes
+  * [ ] CLI changes
+  * [ ] Behaviour changes
+  * [x] Plugin changes
+  * [ ] Dependency changes
+  * [ ] Code interface changes
+
+* Migration rules needed
+
+  * ruff
+
+    * AIR302
+
+      * [ ] ``airflow.models.baseoperatorlink`` → 
``airflow.sdk.definitions.baseoperatorlink``

Review Comment:
   Yeah made the change



-- 
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]

Reply via email to