-
Notifications
You must be signed in to change notification settings - Fork 398
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
Conversation
Test Details: go/deco-tests/12481744402 |
This is a workaround for a problem in the API spec. Resolves #4335
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, great bias for action!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, great bias for action!
Changes
This is a workaround for a problem in the API spec - right now, the Update operation tries to send the full struct, although the API accepts only one attribute of that struct. For GCP we should omit the struct completely...
The problem doesn't exist for
storage_credential
on AWS as it uses the correct structure for the Update request, but problem exists for GCP.Resolves #4335
Tests
make test
run locallydocs/
folderinternal/acceptance