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.
Tests
All Unit and Integration test passed.
- [ ]
make testrun locally - [ ] relevant change in
docs/folder - [ ] covered with integration tests in
internal/acceptance - [ ] relevant acceptance tests are passing
- [ ] using Go SDK