-
Notifications
You must be signed in to change notification settings - Fork 472
[Feature] Add unified provider support for SDKv2 compatible plugin framework resources and data sources #5115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| mu sync.Mutex | ||
| } | ||
|
|
||
| // GetWorkspaceClientForUnifiedProviderWithDiagnostics returns the Databricks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are being updated in Go SDK Bump, added them here to unblock
mgyucht
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small suggestions, otherwise LGTM
internal/providers/pluginfw/products/qualitymonitor/resource_quality_monitor.go
Outdated
Show resolved
Hide resolved
internal/providers/pluginfw/products/qualitymonitor/resource_quality_monitor.go
Show resolved
Hide resolved
internal/providers/pluginfw/products/sharing/resource_share_acc_test.go
Outdated
Show resolved
Hide resolved
|
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
## Release v1.95.0 ### Breaking Changes * Remove `recipient_federation_policy` resource and datasources ([#5126](#5126)) ### New Features and Improvements * Add `provider_config` support for SDKv2 compatible plugin framework resources and data sources([#5115](#5115)) * Optimize `databricks_grant` and `databricks_grants` to not call the `Update` API if the requested permissions are already granted ([#5095](#5095)) * Added `expected_workspace_status` to `databricks_mws_workspaces` to support creating workspaces in provisioning status ([#5019](#5019)) ### Bug Fixes * Mark `workload_size` as not computed in `databricks_model_serving` ([#5111](#5111)) * Fix Inconsistent Plan Errors in Permissions Resource ([#5091](#5091)) ### Documentation * Add documentation on the `service_principal_client_id` attribute of `databricks_app` and related [#5134](#5134) ### Exporter * Remove `METRIC_VIEW` from `sql_table` resource ([#5135](#5135)) ### Internal Changes * Fix custom_app_integration_test ([#5129](#5129))
…sources and data sources (#5127) ## Changes <!-- Summary of your changes that are easy to understand --> Support for unified provider for manual plugin framework resources. To be merge after: #5115 ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> Integration tests Unit tests
Changes
Add unified provider support for the following resources:
These use types.List to be compatible with SDKv2
Also noticed that we don't have documentation for library resource, added it as well.
Main documentation: #5122
Tests
Integration tests