You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.
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[1] i.e airflow list_dag_runs --state failed <dag_id>
Use case/motivation
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: