Skip to content

Fixed handling of the case when library is removed outside of Terraform#5578

Open
alexott wants to merge 1 commit intomainfrom
fix/issue-5464
Open

Fixed handling of the case when library is removed outside of Terraform#5578
alexott wants to merge 1 commit intomainfrom
fix/issue-5464

Conversation

@alexott
Copy link
Copy Markdown
Contributor

@alexott alexott commented Apr 12, 2026

Changes

When reading a library state we did return an error directly when library isn't found - in this case it exited immediately, instead of recreating the resource. That was handled correctly in SDKv2 implementation.

Fixes #5464

Tests

  • make test run locally
  • relevant change in docs/ folder
  • covered with integration tests in internal/acceptance
  • using Go SDK
  • using TF Plugin Framework
  • has entry in NEXT_CHANGELOG.md file

When reading a library state we did return an error directly when library isn't found - in
this case it exited immediately, instead of recreating the resource.  That was handled
correctly in SDKv2 implementation.

Fixes #5464
@alexott alexott requested review from a team as code owners April 12, 2026 12:52
@alexott alexott requested review from hectorcast-db and removed request for a team April 12, 2026 12:52
@alexott alexott temporarily deployed to test-trigger-is April 12, 2026 12:52 — with GitHub Actions Inactive
@github-actions
Copy link
Copy Markdown
Contributor

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/terraform

Inputs:

  • PR number: 5578
  • Commit SHA: ea5c2b030f85f7f7a8c646ff42edcadbb249616f

Checks will be approved automatically on success.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ISSUE] Issue with databricks_library resource - Error: failed to find the installed library

1 participant