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

AIP-84 List DAGs endpoint new features (2/2) Advanced #42467

Open
2 of 3 tasks
pierrejeambrun opened this issue Sep 25, 2024 · 0 comments
Open
2 of 3 tasks

AIP-84 List DAGs endpoint new features (2/2) Advanced #42467

pierrejeambrun opened this issue Sep 25, 2024 · 0 comments
Assignees
Labels
AIP-84 Modern Rest API area:API Airflow's REST/HTTP API kind:feature Feature Requests kind:meta High-level information important to the community

Comments

@pierrejeambrun
Copy link
Member

Body

Description

Related to: #42370

Advanced:

  • later on, we will want more advanced search features like any/all combinations of tags
  • we will also want to search more by dag run: "show dags with a dag run within this date range", "show dags with a running dagrun",
Screenshot 2024-09-11 at 8 51 43 AM

We're looking to include the last X runs of a DAG, but that can be a separate endpoint to add later:
Screenshot 2024-09-11 at 9 00 03 AM

Use case/motivation

Our current REST API dags list endpoint is not sufficient. It doesn't include any run history and sorting only works for a few fields
The legacy UI uses a custom FAB view which also needs to be replaced.

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Committer

  • I acknowledge that I am a maintainer/committer of the Apache Airflow project.
@pierrejeambrun pierrejeambrun added kind:meta High-level information important to the community AIP-84 Modern Rest API labels Sep 25, 2024
@pierrejeambrun pierrejeambrun self-assigned this Sep 25, 2024
@dosubot dosubot bot added area:API Airflow's REST/HTTP API kind:feature Feature Requests labels Sep 25, 2024
@pierrejeambrun pierrejeambrun changed the title AIP-84 List DAGs endpoint new features Advanced AIP-84 List DAGs endpoint new features (2/2) Advanced Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AIP-84 Modern Rest API area:API Airflow's REST/HTTP API kind:feature Feature Requests kind:meta High-level information important to the community
Projects
None yet
Development

No branches or pull requests

1 participant