incubator-devlake
incubator-devlake copied to clipboard
[Feature][Api] Want api to get pipeline list of blueprints
Search before asking
- [X] I had searched in the issues and found no similar feature requirement.
Description
There are two solutions to get pipelines of blueprints.
- Add a filter parameter (maybe an array filled by blueprints id?) to GET
/pipelinesapi, only return pipelines match target blueprints id. - Add a new api
/blueprints/{id}/pipelines, to return pipelines triggered by blueprints.
Use case
We want to list pipelines of specific blueprints. (pipelines triggered by target blueprints)
Related issues
No
Are you willing to submit a PR?
- [ ] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
@narrowizard #2722 Does this result meet your expectations?