tirkarthi opened a new issue, #46902: URL: https://github.com/apache/airflow/issues/46902
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Airflow 2 has email_on_failure and other actions that generate links to Airflow 2 UI. This will result in 404 in Airflow 3 once old UI is removed and should be updated. Some of the links I found https://github.com/apache/airflow/blob/bb5605280352a83d33b50a73cba68c7123fee5aa/airflow/models/taskinstance.py#L2035-L2054 https://github.com/apache/airflow/blob/bb5605280352a83d33b50a73cba68c7123fee5aa/airflow/models/taskinstance.py#L2056-L2069 ### What you think should happen instead? _No response_ ### How to reproduce 1. Create a dag with `email_on_failure = True` . 2. Check failure email link to have log url to Airflow 3 UI. ### Operating System Ubuntu 20.04 ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details _No response_ ### Anything else? _No response_ ### 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]
