Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI Command to List All Failed/Running DAGs without specificing DAG IDs #46717

Open
2 tasks done
yquaziii opened this issue Feb 13, 2025 · 1 comment
Open
2 tasks done
Labels
area:CLI kind:feature Feature Requests

Comments

@yquaziii
Copy link

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

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

  • Yes I am willing to submit a PR!

Code of Conduct

@yquaziii yquaziii added kind:feature Feature Requests needs-triage label for new issues that we didn't triage yet labels Feb 13, 2025
Copy link

boring-cyborg bot commented Feb 13, 2025

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.

@dosubot dosubot bot added the area:CLI label Feb 13, 2025
@gyli gyli removed the needs-triage label for new issues that we didn't triage yet label Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:CLI kind:feature Feature Requests
Projects
None yet
Development

No branches or pull requests

2 participants