Vamsi-klu commented on PR #68657:
URL: https://github.com/apache/airflow/pull/68657#issuecomment-4764122717

   Changing these counts to “any DagRun is running/queued” makes the dashboard 
card count diverge from the card link. The cards still link to 
`dags?last_dag_run_state=running` / `queued`, and `/ui/dags` applies that 
filter to the latest DagRun.
   
   In the backfill case this PR fixes, the Running card can show `1`, but 
clicking it can land on a Dags list that excludes that DAG because its latest 
run is queued or success.
   
   Could we either add/use a Dags-list filter with matching “any active DagRun 
state” semantics for these card links, or keep the stats latest-run based so 
the count and click-through stay aligned?
   


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