potiuk commented on issue #54527:
URL: https://github.com/apache/airflow/issues/54527#issuecomment-3200060784

   I do not know that much about extra links details but I think in Airflow 3 
we have the extra links done slightly differently and calculated in a different 
place (@ashb ? @amoghrajesh ?) - how we were doing them in Airflow 2 
(resolving/rendering the extra link where both done in the webserver. But I 
believe in Airflow 3 all such extra links are resolved and serialized on the 
worker side - and their serialized form are only used in UI to rended the 
links. 
   
   So such approach that you propose would be a bit unsecure in Airflow 2 but I 
think (if my understanding is right) -  decorating task flows with extra_link 
decorator would be fairly secure and convenient not. 
   
   It does look convenient the way it is defined and IMHO it fits nicely into 
the Pythonic way of taskflow definition of tasks. So if my assumption about 
rendering the extra links is right, i would be rather supportive for such a 
feature.


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