Samy-in commented on issue #60867:
URL: https://github.com/apache/airflow/issues/60867#issuecomment-3779872211

   hi @anavrotski 
   
   I tried reproducing this on Airflow 3.1.6 (Linux + official Helm chart) and 
I’m seeing the same behavior mentioned here.
   With a DAG using TriggerDagRunOperator, the “Triggered DAG” button/link is 
not available while the task is still running — it only shows up once the task 
finishes (and in 3.1.6 it appears without needing a manual refresh, which is a 
small improvement, but the main issue is still there).
   
   What I expected: as soon as the child DAG run is created (queued/running), 
the UI should already show the “Triggered DAG” link since the DagRun exists at 
that point.
   
   I’d love to take this up and submit a PR
   My approach would be to first check if this is mainly a UI refresh/polling 
issue or if the backend/API isn’t returning the triggered DagRun info until the 
task finishes, and then fix it with a regression test so it doesn’t break again.


-- 
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]

Reply via email to