cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Cluster list in Microsoft.Azure.Databricks.Client fails because ClusterSource enum does not include MODELS.ย When you have a model serving cluster, Clu...

vizoso
New Contributor III

Cluster list in Microsoft.Azure.Databricks.Client fails because ClusterSource enum does not include MODELS.

When you have a model serving cluster, ClustersApiClient.List method fails to deserialize the API response because that cluster has MODELS as ClusterSource, which is not supported by the enum.

2 REPLIES 2

Kaniz
Community Manager
Community Manager

Hi @Josรฉ Fernรกndez Vizosoโ€‹, May I know are you facing any issue here or do you want to share some sort of information through this post?

vizoso
New Contributor III

Hi Kaniz.

Yes, I have an API that uses that method of the SDK to retrieve the status of the clusters in the workspace and show it in a web site. If we activate Model Serving, a cluster is created that makes the SDK (and therefore, our API) fail.

We are going to try the preview of Serverless Model Serving, so we will probably not have this type of clusters in the future but, right now, itยดs failing. We have tried with the 2.0.0-RC version of the SDK, in case it was fixed, but it has the same issue.