sidshas03 commented on issue #67094: URL: https://github.com/apache/airflow/issues/67094#issuecomment-4501807144
The backend joins each DAG to its most recent DagRun and filters on that state, so a DAG with older failures but a latest success won’t show up under Failed. That’s different from how the 2.x DAG list felt in practice, and it breaks the usual ops flow of scanning the list for trouble. Worth treating as a real workflow issue, not just a nice-to-have UI change. -- 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]
