-
Notifications
You must be signed in to change notification settings - Fork 419
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
[Feature] Add multipart permissions to databricks_aws_unity_catalog_policy
data source
#4440
Conversation
…policy` data source To support uploading of big files to UC volumes, etc. we need to give permissions to perform operations related to AWS multipart uploads APIs.
98ba19b
to
d77abc2
Compare
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.
just formatting changes
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 once you address the tabs :)
Co-authored-by: vuong-nguyen <[email protected]>
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. |
## Release v1.66.0 ### New Features and Improvements * Add multipart permissions to `databricks_aws_unity_catalog_policy` data source ([#4440](#4440)). ### Bug Fixes * Fixed an issue where reordering objects in a (pluginfw) Share wouldn’t update properly unless other changes were made ([#4481](#4481)). * Suppress `options.pem_private_key_expiration_epoch_sec` attribute for databricks_connection ([#4474](#4474)). ### Documentation * Add an example for Databricks Apps permissions ([#4475](#4475)). * Add explanation of timeouts to the troubleshooting guide ([#4482](#4482)). * Clarify that `databricks_token` and `databricks_obo_token` could be used only with workspace-level provider ([#4480](#4480)). ### Exporter * Refactor UC, SQL and SCIM objects into separate files ([#4477](#4477)). ### Internal Changes * Remove incorrectly working integration test `TestAccLibraryUpdateTransitionFromPluginFw` ([#4487](#4487)).
Changes
To support uploading of big files to UC volumes, etc. we need to give permissions to perform operations related to AWS multipart uploads APIs.
Tests
make test
run locallydocs/
folderinternal/acceptance