databricks-cli icon indicating copy to clipboard operation
databricks-cli copied to clipboard

[REFACTOR] Rename get_cluster_ids_by_name() to get_clusters_by_name()

Open ricardolsmendes opened this issue 2 years ago • 0 comments

The current databricks_cli.clusters.api.ClusterApi.get_cluster_ids_by_name() code actually returns a list of clusters instead of cluster ids.

Shouldn't the method be renamed to get_clusters_by_name() then?

ricardolsmendes avatar Apr 13 '23 14:04 ricardolsmendes