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

[FEATURE] datbaricks.sdk.service.compute ListClustersFilterBy #891

Open
shannonlowder opened this issue Feb 18, 2025 · 0 comments
Open

[FEATURE] datbaricks.sdk.service.compute ListClustersFilterBy #891

shannonlowder opened this issue Feb 18, 2025 · 0 comments

Comments

@shannonlowder
Copy link

Problem Statement
Currently you can only filter clusters on clusters_sources, cluster_states, is_pinned, and policy_id. I would like to be able to use any attribute of a cluster in my filter. For example, what if I only want to see APC, or SQL Warehouse? What if I want to look for only those that have a timeout_inMinutes over 60 minutes? Right now, you can't create those through the python SDK.

Proposed Solution
Instead of initializing the body as blank, allow us to pass through our own Json bodies, that way we can customize our code.

Additional Context
I'd like to see similar functionality any time we are allowed to pass in a json body that gets passed along to the API.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant