-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Closed
Labels
area:APIAirflow's REST/HTTP APIAirflow's REST/HTTP APIarea:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.kind:featureFeature RequestsFeature Requests
Description
Description
Add the ability to filter DAGs based on their bundle name and version in both the UI and public DAG APIs.
Current Behavior
Proposed Solution
Add two new query parameters to the DAG listing endpoints:
bundle_name: Filter DAGs by their bundle namebundle_version: Filter DAGs by their bundle version
Use case/motivation
While the DAG model includes bundle_name and bundle_version fields, there are currently no API filters to query DAGs based on these attributes. This makes it difficult to manage and monitor DAGs from specific bundles or versions. This functionality is crucial to fix #53041. Once this is implemented, the UI filter functionality will be built on top of this.
Related issues
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
area:APIAirflow's REST/HTTP APIAirflow's REST/HTTP APIarea:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.kind:featureFeature RequestsFeature Requests