We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the new Dags list view we show a chart of recent dag runs:
We should add a new endpoint ui/dags/recent_dag_runs to return an array of recent dag run arrays like so:
ui/dags/recent_dag_runs
[{ 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.
/last_dagruns
The text was updated successfully, but these errors were encountered:
Hi, I've just finished #42713. Could you please assign this ticket to me? Thanks!
Sorry, something went wrong.
@jason810496 all yours!
jason810496
Successfully merging a pull request may close this issue.
In the new Dags list view we show a chart of recent dag runs:
We should add a new endpoint
ui/dags/recent_dag_runs
to return an array of recent dag run arrays like so: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
.The text was updated successfully, but these errors were encountered: