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
Use SDK constant to check if default auth cannot be configured (#2977)
## Changes
The SDK bump in #2920 required rewriting an error equivalence check to
perform string matching because the constant was removed. It was brought
back in databricks/databricks-sdk-go#1226.
## Tests
Ran tests under `cmd/root`.
varErrCannotConfigureAuth=errors.New("cannot configure default credentials, please check https://docs.databricks.com/en/dev-tools/auth.html#databricks-client-unified-authentication to configure credentials for your preferred authentication method")
0 commit comments