Lee-W commented on code in PR #46415:
URL: https://github.com/apache/airflow/pull/46415#discussion_r1942560520


##########
newsfragments/46415.significant.rst:
##########
@@ -0,0 +1,16 @@
+Legacy signature for operator link is removed.
+
+``BaseOperatorLink.get_link`` used to accept execution date as an argument. 
This
+has been changed to accept ``ti_key`` to identify a task instance instead. The
+old signature, supported at runtime for compatibility, has been removed.
+
+* Types of change
+
+  * [x] Dag changes
+  * [ ] Config changes
+  * [ ] API changes
+  * [ ] CLI changes
+  * [ ] Behaviour changes
+  * [ ] Plugin changes
+  * [ ] Dependency changes
+  * [x] Code interface changes

Review Comment:
   > I think so, althought that should be a separate change and not strictly 
related to this PR.
   
   agree. just want to confirm it. Thanks!
   
   > Does this fit in the AIR302 rule?
   
   we group any removal (but not moved to providers) into AIR302 now so I guess 
this could be an AIR302 one as well (dttm is removed and is replaced with 
something else)



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