Serge Smertin

Results 212 issues of 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.

codegen
do-not-merge
ergonomics

## 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...

chore

## Changes This simplifies downstream integration testing as well as configuration ## Tests - [ ] `make test` run locally - [ ] `make fmt` applied - [ ] relevant...

enhancement
do-not-merge
chore

## 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....

chore

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