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


##########
airflow-core/src/airflow/models/mappedoperator.py:
##########
@@ -118,3 +122,54 @@ def expand_start_trigger_args(self, *, context: Context, 
session: Session) -> St
             next_kwargs=next_kwargs,
             timeout=timeout,
         )
+
+    @cached_property
+    def operator_extra_link_dict(self) -> dict[str, BaseOperatorLink]:

Review Comment:
   We already had a test but that was not registering this interaction and was 
only checking in the deser dag. I added extra validation so that the test calls 
all the methods that have been added 



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