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?
Code of Conduct
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 thatdag_idinconsuming_dagsorproducing_tasksUse 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?
Code of Conduct