sbrinkhorst commented on issue #39621:
URL: https://github.com/apache/airflow/issues/39621#issuecomment-2116999054

   > I wonder if the link in the DAG ID column should also take users to the 
DAG run associated with that row...
   
   That would be the current behaviour for the "List DAG Run" view. But for the 
"List Task Instance" view the Dag Id column just takes you to the main page for 
that DAG (e.g. http://localhost:8080/dags/test-task/graph). I don't have a 
strong preference for either of them, but I'm in favour of consistency. 
   
   I hadn't taken a look at the Task Instance view. The Run Id column indeed 
uses the same link as on the DAG Run page, so that is broken for exactly the 
same reasons. So if the URL needs to change that needs to be applied to both 
pages. But the link in the Task Id column suffers again from the "within last 
25 runs" problem. So in my example with 29 runs that link works for run 5 to 
29, but for run 1 to 4 it isn't able to select the right DAG/Task and shows a 
broken grid view page. So that needs fixing too. 


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