You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Internal] Unified Terraform Provider: BugFix for Notebook Data source (#5173)
## Changes
<!-- Summary of your changes that are easy to understand -->
Newly generated DatabricksClient is only for resources / data sources
not using Go SDK. This data source has some parts some are using Go SDK
and some which don't.
We would have proper fix to prevent this by adding a marker in the newly
Generated DatabricksClient which would prevent usage of these clients by
other methods. This would first need a change internally. Will create
this in a separate PR.
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
CI Tests
NO_CHANGELOG=true
0 commit comments