kaxil commented on code in PR #50238:
URL: https://github.com/apache/airflow/pull/50238#discussion_r2075405155
##########
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:
Could you add a test for Mapped tasks + Op links interaction?
--
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]