terraform-provider-databricks
terraform-provider-databricks copied to clipboard
Added support to use protocol version 6 provider server for SDK plugin
Changes
Upgrade SDK plugin to use protocol version 6 as this will be used further for introducing plugin framework. We need to mux them (i.e. support both sdkv2 and plugin framework) until all resources are migrated to plugin framework.
Reference for PR on main branch: https://github.com/databricks/terraform-provider-databricks/pull/3714, this PR against the main branch will be used to get the binary for testing with data team.
Tests
All Unit and Integration test passed.
- [x]
make testrun locally - [ ] relevant change in
docs/folder - [ ] covered with integration tests in
internal/acceptance - [x] relevant acceptance tests are passing
- [ ] using Go SDK