Skip to content

[Enhancement] Implement caching for workspace permission assignments#5523

Closed
tagirb wants to merge 1 commit intodatabricks:mainfrom
tagirb:add-permission-assignments-cache
Closed

[Enhancement] Implement caching for workspace permission assignments#5523
tagirb wants to merge 1 commit intodatabricks:mainfrom
tagirb:add-permission-assignments-cache

Conversation

@tagirb
Copy link
Copy Markdown

@tagirb tagirb commented Mar 25, 2026

In the current implementation workspace permission assignments are fetched for every databricks_mws_permission_assignment resource, whereas they could be fetched only once on the first resource and cached locally for subsequent use by other resources.

Changes

This PR adds the optimization described above by adding a cache.

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

@tagirb tagirb requested review from a team as code owners March 25, 2026 12:26
@tagirb tagirb requested review from rauchy and removed request for a team March 25, 2026 12:26
@tagirb
Copy link
Copy Markdown
Author

tagirb commented Mar 27, 2026

Obsoleted by #5535

@tagirb tagirb closed this Mar 27, 2026
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.

1 participant