uranusjr commented on issue #28870:
URL: https://github.com/apache/airflow/issues/28870#issuecomment-1386457850

   We can probably add something like
   
   ```python
   class MyOperator(BaseOperator):
       operator_extra_links = MyOperatorExtraLinkCollection()  # Not a list of 
links!
   ```
   
   to encapsulate this pattern. Probably makes more sense than having a 
`BaseOperatorLink` return multiple links.


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