[REFACTOR] Rename get_cluster_ids_by_name() to get_clusters_by_name()
ricardolsmendes opened this issue · 0 comments
ricardolsmendes commented
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?