yuseok89 commented on PR #69619:
URL: https://github.com/apache/airflow/pull/69619#issuecomment-5572039375

   Good question. On scope, the badges cover each Dag's **latest run** only, 
not its history. They stay live while that run is in progress and settle into 
the final counts once it finishes.
   
   Within that, yes to both. Each map index is counted separately, so a 
100-wide task with one failure shows `99 success` + `1 failed` on the list 
itself. The red badge links to that run's task instance list pre-filtered to 
`failed`, so it's one click there and one on the row, with no scanning past the 
passing ones.


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