databricks-cli
databricks-cli copied to clipboard
[REFACTOR] Rename get_cluster_ids_by_name() to get_clusters_by_name()
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?