yquaziii opened a new issue, #46717:
URL: https://github.com/apache/airflow/issues/46717

   ### Description
   
   Currently, retrieving a list of all failed DAG runs across all DAGs requires 
scripting and iterating through each DAG ID using `airflow list_dag_runs`[1]. 
This process is cumbersome and inefficient for users who need a quick overview 
of failed DAGs. In airflow UI we do have an filter to list down all the 
Failed/Running DAGs 
   
   
![Image](https://github.com/user-attachments/assets/d52777d3-bd83-4510-acdf-7e4dfefe598f)
   
   [1] i.e airflow list_dag_runs --state failed <dag_id>
   
   
   ### Use case/motivation
   
   * Quickly identifying failed DAGs for operational monitoring and 
troubleshooting.
   * Simplifying the process for users who are not comfortable with scripting.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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