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 Add UI batch recent_dag_runs endpoint #42933

Closed
bbovenzi opened this issue Oct 11, 2024 · 2 comments · Fixed by #43204
Closed

AIP-84 Add UI batch recent_dag_runs endpoint #42933

bbovenzi opened this issue Oct 11, 2024 · 2 comments · Fixed by #43204
Assignees
Labels
AIP-84 Modern Rest API area:API Airflow's REST/HTTP API

Comments

@bbovenzi
Copy link
Contributor

bbovenzi commented Oct 11, 2024

In the new Dags list view we show a chart of recent dag runs:

Image

We should add a new endpoint ui/dags/recent_dag_runs to return an array of recent dag run arrays like so:

[{ dag_id: 'string', dag_runs: []}]

It should accept the same filters and pagination as the public get dags endpoint so that we can match them together.

This replaces the viewspy /last_dagruns.

@bbovenzi bbovenzi converted this from a draft issue Oct 11, 2024
@dosubot dosubot bot added the area:UI Related to UI/UX. For Frontend Developers. label Oct 11, 2024
@bbovenzi bbovenzi added area:API Airflow's REST/HTTP API AIP-84 Modern Rest API and removed area:UI Related to UI/UX. For Frontend Developers. labels Oct 11, 2024
@jason810496
Copy link
Contributor

Hi, I've just finished #42713. Could you please assign this ticket to me? Thanks!

@bbovenzi
Copy link
Contributor Author

@jason810496 all yours!

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

Successfully merging a pull request may close this issue.

2 participants