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-65 | Add List Dag Versions to Rest API #45992

Open
1 task done
bbovenzi opened this issue Jan 23, 2025 · 1 comment
Open
1 task done

AIP-65 | Add List Dag Versions to Rest API #45992

bbovenzi opened this issue Jan 23, 2025 · 1 comment
Labels
AIP-65: DAG history in UI area:API Airflow's REST/HTTP API kind:feature Feature Requests

Comments

@bbovenzi
Copy link
Contributor

bbovenzi commented Jan 23, 2025

Add a new GET /{dag_id}/versions endpoint to the public rest api to return a paginated list of dag versions with fields like:

{
  version_name,
  created_at,
  bundle_version,
  bundle_link
}

Committer

  • I acknowledge that I am a maintainer/committer of the Apache Airflow project.
@dosubot dosubot bot added area:API Airflow's REST/HTTP API kind:feature Feature Requests labels Jan 23, 2025
@Prab-27
Copy link
Contributor

Prab-27 commented Jan 24, 2025

@bbovenzi, I'd like to work on this issue. Could you please clarify the filepath where I should add this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AIP-65: DAG history in UI area:API Airflow's REST/HTTP API kind:feature Feature Requests
Projects
None yet
Development

No branches or pull requests

2 participants