mirror of
https://github.com/FlipsideCrypto/databricks-sdk-golang.git
synced 2026-02-06 10:57:34 +00:00
Merge pull request #8 from Azadehkhojandi/fix/7
update get cluster path
This commit is contained in:
commit
5dd1a59dde
@ -107,7 +107,7 @@ func (a ClustersAPI) Get(clusterID string) (models.ClusterInfo, error) {
|
||||
}{
|
||||
clusterID,
|
||||
}
|
||||
resp, err := a.Client.performQuery(http.MethodGet, "/clusters/get-delete", data, nil)
|
||||
resp, err := a.Client.performQuery(http.MethodGet, "/clusters/get", data, nil)
|
||||
|
||||
err = json.Unmarshal(resp, &clusterInfo)
|
||||
return clusterInfo, err
|
||||
|
||||
Loading…
Reference in New Issue
Block a user