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

Deployments datasource: support advanced filtering #344

Open
3 tasks
mitchnielsen opened this issue Dec 19, 2024 · 0 comments
Open
3 tasks

Deployments datasource: support advanced filtering #344

mitchnielsen opened this issue Dec 19, 2024 · 0 comments

Comments

@mitchnielsen
Copy link
Contributor

Summary

Context: #343 (comment)

The Deployment datasource currently just supports getting a single deployment by name + flow name. It uses the Get Deployment by name endpoint.

There's also the Filter endpoint, which has a pretty detailed payload where you can define many filters. We could use this to expand the deployment datasource:

  • Support retrieving multiple deployments in one datasource object that match the filter critera
  • Support advanced filter criteria beyond just deployment name and flow name

Acceptance criteria

  • Deployments datasource uses the filter endpoint instead of the 'get by name' endpoint
  • Deployments datasource supports advanced filtering using the payload available from the filter endpoint
  • Deployments datasource supports returning more than one deployment (any matching the filter criteria)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant