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

Api to fetch all dag ids filtered by tags #10914

Closed
anshul17khanna opened this issue Sep 13, 2020 · 2 comments
Closed

Api to fetch all dag ids filtered by tags #10914

anshul17khanna opened this issue Sep 13, 2020 · 2 comments
Labels
invalid kind:feature Feature Requests

Comments

@anshul17khanna
Copy link

Description
A utility as well as a Restful Api to fetch all the dag ids by a given tag. The method can be implemented as get_dags_by_tag and experimental api as GET /api/experimental/tags/<TAG>.

Use case
My organisation uses tags to identify a Dag's responsibilities among teams, whereas the ownership is handled only by a single person. So authentication of other Rest apis for of our internal tool features can be easily done with corresponding team tags.

I also feel that use cases for this api will grow over time. If this sounds good, I would like to go ahead for the implementation.

@anshul17khanna anshul17khanna added the kind:feature Feature Requests label Sep 13, 2020
@boring-cyborg
Copy link

boring-cyborg bot commented Sep 13, 2020

Thanks for opening your first issue here! Be sure to follow the issue template!

@potiuk potiuk added the invalid label Sep 13, 2020
@potiuk
Copy link
Member

potiuk commented Sep 13, 2020

We have a fully-featured API coming in Airflow 2.0. #8107 the current, experimental API is not going to be extended any more. Airflow 2.0 is going to be released by the end of the year - please observe #10152 and https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+2.0+-+Planning

@potiuk potiuk closed this as completed Sep 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid kind:feature Feature Requests
Projects
None yet
Development

No branches or pull requests

2 participants