-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Closed
Labels
area:APIAirflow's REST/HTTP APIAirflow's REST/HTTP APIarea:webserverWebserver related IssuesWebserver related Issueskind:featureFeature RequestsFeature Requests
Description
Description
We have a list datasets endpoint in the API. Right now we can only filter by searching uri string. It would be useful to be able to pass one or multiple dag_ids and only return datasets that include that dag_id in consuming_dags or producing_tasks
Use case/motivation
Make it easy to see what datasets are connected to a dag.
Right now our webserver endpoint to get dataset dependencies returns all datasets+dags and then the UI needs to filter it down.
Related issues
No response
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:webserverWebserver related IssuesWebserver related Issueskind:featureFeature RequestsFeature Requests