Rafnel commented on issue #40673:
URL: https://github.com/apache/airflow/issues/40673#issuecomment-2218289730

   I think I found the change which removed this UI:
   
   https://github.com/apache/airflow/pull/37988
   
   `Task Tries -> Grid (this never made sense as a line chart, instead 
try_number is displayed in more places)`
   
   I do agree that a line chart was unintuitive, but the actual info shown in 
this page was super helpful. For example, I have a DAG with ~30 TaskGroups, and 
each TaskGroup has ~10+ tasks. I have automatic retries configured on these 
tasks to help smooth over some application issues that we occasionally have. 
Sometimes, when debugging, I want to look at a specific DAG run and find which 
tasks took more than one attempt. It might just be 1 task out of hundreds which 
took more than 1 attempt. The old UI, although messy, allowed me to quickly 
find this one task so I could drill into its logs. Now, without this UI, is 
there a way to look at a DAG run and see which tasks took more than one attempt?


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