You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
databricks clusters list -p profile_edap_dev_dbx
Error: unexpected error handling request: json: cannot unmarshal number into Go struct field APIErrorBody.error_code of type string. This is likely a bug in the Databricks SDK for Go or the underlying REST API. Please report this issue with the following debugging information to the SDK issue tracker at https://github.com/databricks/databricks-sdk-go/issues. Request log:
While this is technically still an issue with databricks-sdk-go (since it seems to choke on these errors), I hit this today and was able to resolve it by refreshing my az login (since my team uses Azure CLI auth to auth with our Databricks instances). It looks like the issue here is Azure-related, so maybe worth a try.
databricks clusters list -p profile_edap_dev_dbx
Error: unexpected error handling request: json: cannot unmarshal number into Go struct field APIErrorBody.error_code of type string. This is likely a bug in the Databricks SDK for Go or the underlying REST API. Please report this issue with the following debugging information to the SDK issue tracker at https://github.com/databricks/databricks-sdk-go/issues. Request log:
The text was updated successfully, but these errors were encountered: