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 | Public list tags endpoint #42713

Closed
bbovenzi opened this issue Oct 3, 2024 · 4 comments · Fixed by #42959
Closed

AIP-84 | Public list tags endpoint #42713

bbovenzi opened this issue Oct 3, 2024 · 4 comments · Fixed by #42959
Assignees
Labels
AIP-84 Modern Rest API area:API Airflow's REST/HTTP API area:UI Related to UI/UX. For Frontend Developers. kind:feature Feature Requests

Comments

@bbovenzi
Copy link
Contributor

bbovenzi commented Oct 3, 2024

In the public API, we should have a get /dag/tags endpoint that return a list of all tags across all DAGs. We can then use this in the UI to filter the dags list by tag #42712

Views.py code to migrate: https://github.com/apache/airflow//blob/main/airflow/www/views.py#L1035

@bbovenzi bbovenzi converted this from a draft issue Oct 3, 2024
@bbovenzi bbovenzi added area:API Airflow's REST/HTTP API AIP-84 Modern Rest API labels Oct 3, 2024
@dosubot dosubot bot added area:UI Related to UI/UX. For Frontend Developers. kind:feature Feature Requests labels Oct 3, 2024
@bbovenzi bbovenzi changed the title List tags endpoint AIP-84 | Public list tags endpoint Oct 3, 2024
@jason810496
Copy link
Contributor

Hi, I'm interested in working on this issue. Could you please assign this ticket to me? Thanks !

@bbovenzi
Copy link
Contributor Author

@jason810496 all yours!

@rawwar
Copy link
Collaborator

rawwar commented Oct 13, 2024

@bbovenzi, Can we also add support for the offset, limit?

@bbovenzi
Copy link
Contributor Author

Yes. And then we should have a tag_name_pattern search param too.

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 area:UI Related to UI/UX. For Frontend Developers. kind:feature Feature Requests
Projects
Development

Successfully merging a pull request may close this issue.

3 participants