terraform-provider-databricks icon indicating copy to clipboard operation
terraform-provider-databricks copied to clipboard

Added support to use protocol version 6 provider server for SDK plugin

Open tanmay-db opened this issue 1 year ago • 0 comments

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 test run locally
  • [ ] relevant change in docs/ folder
  • [ ] covered with integration tests in internal/acceptance
  • [ ] relevant acceptance tests are passing
  • [ ] using Go SDK

tanmay-db avatar Jun 27 '24 12:06 tanmay-db