Parth Bansal
Parth Bansal
## Changes Added a codegen template for for generating structs similar to go-sdk. But has the following changes. - The type of each primitive type is tf types. - ForceSendFields...
## Changes `DatabricksCliTokenSource().token()` itself can't be copied. So, Deep Copy can't be performed for Config. Added the wrapper function which can be copied. So, Deep copy can be performed. ##...
## Changes ## Tests - [ ] `make test` run locally - [ ] `make fmt` applied - [ ] relevant integration tests applied
## Changes Added terraform related annotations for aliases ## Tests Added a test. Run `go test -run ^TestNested$ github.com/databricks/databricks-sdk-go/openapi/code` for testing this change. - [ ] `make test` passing -...
## Changes Update documentation regarding authentication with Azure-managed Service Principal using GITHUB OIDC. ## Tests - [ ] `make test` run locally - [ ] relevant change in `docs/` folder...
## Changes ## Tests - [ ] `make test` run locally - [ ] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [...
## Changes Fix Model Serving Tests. - Added preffered auth_type so that test will not use other auth_types first. - Patch function that reads `.databrickscfg`. - Unsetting already existing environment...
## Changes ## Tests - [ ] `make test` passing - [ ] `make fmt` applied - [ ] relevant integration tests applied
## What changes are proposed in this pull request? ## How is this tested? Existing Tests.
## What changes are proposed in this pull request? This PR adds dummy preview clients for each non-preview client. These clients are not usable as the underlying endpoint is fake...