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
…#4502)
## Changes
<!-- Summary of your changes that are easy to understand -->
Switch to Go SDK structs for `databricks_connection` resource.
Resolves#4494
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] `make test` run locally
- [x] relevant change in `docs/` folder
- [ ] covered with integration tests in `internal/acceptance`
- [ ] using Go SDK
- [ ] using TF Plugin Framework
Configuration
Expected Behavior
The
databricks_connection
should ideally return the connection_idActual Behavior
The
databricks_connection
does not return the connection_id, and instead returns<metastore_id>|<name>.
Steps to Reproduce
databricks_pipeline
in the example above)connection_id
to resource (2) aboveTerraform and provider versions
latest
Is it a regression?
No
Debug Output
N/A
Important Factoids
N/A
Would you like to implement a fix?
N/A
The text was updated successfully, but these errors were encountered: