anavrotski opened a new issue, #58928: URL: https://github.com/apache/airflow/issues/58928
### Apache Airflow version Other Airflow 2/3 version (please specify below) ### If "Other Airflow 2/3 version" selected, which one? 3.1.0 ### What happened? When the child DAG is triggered by TriggerDagRunOperator is running, the button `Triggered DAG` is not shown: <img width="1044" height="226" alt="Image" src="https://github.com/user-attachments/assets/5375b137-bd63-40e5-aedc-5f098518e898" /> When the child DAG is finished, the button is still not shown: <img width="1044" height="236" alt="Image" src="https://github.com/user-attachments/assets/11ca4b03-2709-43de-8996-50f9729db249" /> And only when the child DAG is finished, you have to refresh the page in the browser, you will be able to see that button: <img width="1044" height="226" alt="Image" src="https://github.com/user-attachments/assets/e1b8d6f0-2436-4480-ad61-352e8993d7e3" /> ### What you think should happen instead? The button `Triggered DAG` should be available right after the child DAG is started (or queued) and not when the child DAG is finished, and the browser page is refreshed. ### How to reproduce Use any DAG with TriggerDagRunOperator as an example. ### Operating System linux ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details Official chart, AWS EKS. ### 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]
