amoghrajesh commented on code in PR #46613: URL: https://github.com/apache/airflow/pull/46613#discussion_r1952776243
########## newsfragments/46613.feature.rst: ########## @@ -0,0 +1 @@ +Operator Links interface changed to not run user code in Airflow Webserver The Operator Extra links, which can be defined either via plugins or custom operators now do not execute any user code in the Airflow Webserver, but instead push the "full" links to XCom backend and the value is again fetched from the XCom backend when viewing task details in grid view. Review Comment: I will take this one in a follow up, creating a PR to allow more than 1 line in feature newsfragments. -- 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]
