Renaud Hartert
Renaud Hartert
Thanks for the PR @nkvuong! I've left a question in the issue.
Closing this PR as issue #999 has been closed as "work as intended".
Hi @nkvuong, > apierr.GetAPIError does not unmarshal ErrorCode correctly Do you have an example of an input/ouput pair for `apierr.GetAPIError` that produces the incorrect behavior you are referring to?
I see, thanks! I think the core of the problem you're facing is that `apierr.APIError` is not meant to be a substitute for `common.APIErrorBody`. Rather, it is the "higher level"...
Closing this issue as "work as expected"
Hi @bgrams, we've recently released a similar functionality in [Release v0.68.0](https://github.com/databricks/databricks-sdk-go/releases/tag/v0.68.0). Users can now pass an ID token either via an environment variable or via a file: - **Env var:**...
Excellent, I was going to reach out. Thanks @bgrams 👍
Hi @shlomitubul, I did not manage to reproduce this issue internally. Would you be able to share your config and debug logs by any chance?
Hi @kishaningithub, thank you for the PR! Before we can accept and merge it, we would need two things from you: 1. Our repository only accepts [signed commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification), could you...
The API client is actually not meant to be used directly and will likely become private in the future. The Databricks SDK aims to offer clients for all public Databricks...