kandharvishnu opened a new issue, #54217: URL: https://github.com/apache/airflow/issues/54217
### Apache Airflow version 3.0.3 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? In Airflow3, this issue occurs in Astronomer deployment, but not in localhost. The TriggerDagRunOperator is triggering task as expected. But the `TriggerDagRunLink` generated is broken <img width="1125" height="100" alt="Image" src="https://github.com/user-attachments/assets/dc7738ea-f898-4447-b841-7ebbe7bc557b" /> When I try to open it, the link is broken. The link is missing the full Base URL. It should be ``` https://1234.astronomer.run/d4e9jgmf/dags/example_astronauts/runs/manual__2025-08-07T06:22:12.080186+00:00 ``` <img width="927" height="125" alt="Image" src="https://github.com/user-attachments/assets/bb737a3d-02f6-4cb0-b30f-ce329398d164" /> ### What you think should happen instead? Instead, the link should open the downstream task correctly. ### How to reproduce - Use TriggerDagRunOperator to trigger a DagRun - Then goto the details page and click the `Triggered DAG` button. <img width="810" height="153" alt="Image" src="https://github.com/user-attachments/assets/0f9c2485-c14c-4f26-8b84-7e7d3bf670f6" /> - Then broken link is opened <img width="666" height="54" alt="Image" src="https://github.com/user-attachments/assets/7467c94e-0e22-463b-8450-73b05ebe5c02" /> ### Operating System Debian ### Versions of Apache Airflow Providers _No response_ ### Deployment Astronomer ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [x] 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]
