Saadmadni84 opened a new pull request, #60105:
URL: https://github.com/apache/airflow/pull/60105

   ### What does this PR do?
   
   Adds a compact Task Instance summary to DAG cards on the DAG list page,
   showing task state counts for the most recent DagRun.
   
   This helps operators quickly identify DAGs that need attention and restores
   at-a-glance operational visibility similar to what existed in Airflow 2.
   
   ### How was this implemented?
   
   - UI-only change
   - Uses existing Task Instance query hooks
   - Displays task state counts for the most recent DagRun
   - Clickable state badges link to the filtered task list
   
   ### Testing
   
   This is a UI-only change. I was not able to fully run the Airflow UI locally,
   but the implementation follows existing DagCard patterns and relies on
   existing APIs. CI should validate the build and types.
   
   ### Related issue
   
   Fixes #50624
   


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