tomchm opened a new issue, #57545: URL: https://github.com/apache/airflow/issues/57545
### Apache Airflow version 3.1.1 ### If "Other Airflow 2/3 version" selected, which one? _No response_ ### What happened? If a task fails, it seems that the `operator_extra_links` are not evaluated and pushed via xcoms. Therefore, buttons do not appear for failed tasks which was quite a useful feature in Airflow 2. ### What you think should happen instead? Airflow 2 buttons appeared regardless of the state of the task. This was useful for linking to debugging dashboards or other interactions. ### How to reproduce First, create a task that has an `operator_extra_links` defined on it. Then either cause the task to fail by having it throw an exception or manually mark its status as failed via the Airflow UI. ### Operating System Debian GNU/Linux 12 (bookworm) ### Versions of Apache Airflow Providers "apache-airflow-providers-amazon == 9.16.0" "apache-airflow-providers-cncf-kubernetes == 10.9.0", ### Deployment Astronomer ### Deployment details Runs tasks via AWS EksPodOperators. ### Anything else? No logs. This happens for every failed task. ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
