Skip to content
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

[Fix] Send only what is required in Update of databricks_credential #4349

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alexott
Copy link
Contributor

@alexott alexott commented Dec 24, 2024

Changes

This is a workaround for a problem in the API spec - right now, the Update operation tries to send the full struct, although API accepts only one attribute of that struct.

The problem doesn't exist for storage_credential as it uses correct structure for Update request

Resolves #4335

Tests

  • make test run locally
  • relevant change in docs/ folder
  • covered with integration tests in internal/acceptance
  • using Go SDK
  • using TF Plugin Framework

This is a workaround for a problem in the API spec.

Resolves #4335
@alexott alexott requested review from a team as code owners December 24, 2024 12:32
@alexott alexott requested review from hectorcast-db and removed request for a team December 24, 2024 12:32
Copy link

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: 4349
  • Commit SHA: 55d3faee557e5ff82eee93ae62e071a206f6926d

Checks will be approved automatically on success.

@eng-dev-ecosystem-bot
Copy link
Collaborator

Test Details: go/deco-tests/12481744402

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_credential resource: unable to modify
2 participants