Serge Smertin
Serge Smertin
Follow up to https://github.com/databricks/databricks-sdk-go/pull/569 and https://github.com/databricks/cli/issues/647 TBD: we need a bit better way to tell that request is a request class.
## Changes JWT mismatched claims errors are only happening for dev and staging deployments of Databricks, adding the unnecessary noise to production users. `azure_workspace_resource_id` is not required for authentication to...
## Changes This PR improves retry logic using more type-safe code to determine sleep periods between retries or falling back to the default sleep interval. Relies on concrete exception types...
## Changes This simplifies downstream integration testing as well as configuration ## Tests - [ ] `make test` run locally - [ ] `make fmt` applied - [ ] relevant...
## Changes Platform doesn't seem to send `Retry-After` header correctly with this response, otherwise, the error would have been `TimeoutError`. This PR adds retries for error responses with this message....
for when we need to list 10K notebooks a bit faster.
This PR maps `FEATURE_DISABLED` error code
## Changes - added `const` support - added`noConst` field slice filters to facilitate `{{- range .NonRequiredFields | alphanumOnly | noConst}}` - most likely we don't need it, as we should...
It doesn't seem we're doing any sleeping upon receiving of this header. Keep in mind, that it may appear not only on 429 and 504 responses.
WIP for google auth unit tests