-
Notifications
You must be signed in to change notification settings - Fork 400
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
Updated docs and tests for databricks_volume
resource
#2355
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nfx
requested changes
May 31, 2023
tanmay-db
changed the title
comments
Updated docs and tests for May 31, 2023
databricks_volume
resource
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2355 +/- ##
=======================================
Coverage 88.56% 88.57%
=======================================
Files 141 141
Lines 11595 11603 +8
=======================================
+ Hits 10269 10277 +8
Misses 883 883
Partials 443 443
|
nfx
approved these changes
May 31, 2023
Merged
nfx
added a commit
that referenced
this pull request
Jun 2, 2023
* Added [databricks_volume](https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/volume) resource in Unity Catalog ([#2324](#2324)). * Added [databricks_model_serving](https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/model_serving) support to [databricks_permissions](https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/permissions) ([#2331](#2331)). * Added suppress diff for URL change that only changes `/` (remove or add) in UC resources ([#2336](#2336)). * Fixed attributes typo in SCIM API ([#2344](#2344)). * Fixed updates for [databricks_share](https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/share) resource ([#2307](#2307)). * Updated documentation for [databricks_service_principal_secret](https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/service_principal_secret) ([#2332](#2332)). * Updated documentation for troubleshooting guide with a typical error when creating groups/users on the Account level ([#2338](#2338)). * Other testing infrastructure improvements ([#2350](#2350), [#2355](#2355), [#2358](#2358)). Updated dependency versions: * Bump github.com/hashicorp/hcl/v2 from 2.16.2 to 2.17.0 ([#2359](#2359)). * Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 ([#2354](#2354)). * Bump github.com/zclconf/go-cty from 1.13.1 to 1.13.2 ([#2329](#2329)).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Address comments mentioned in: #2324
Tests
make test
run locallydocs/
folderinternal/acceptance