Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 213
Bump SDK to v0.104.0. Bump TF to v1.105#4457
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
d929eaed7bb329fd2708372cd0a4f3200421b37a9850bae28a5d21b134b622dc33720a4397f178c04119b60b9f079f35d2c71b3b484b5141762d01fa085318dfad7d17c3c4020426ffbeb272d3File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 2ea07a797146cab9b579355bb39c58296a27d44f | ||
| 2d7aaedaf5d20f82b17cc1de48543b88e609f464 |
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,17 @@ | ||
| { | ||
| "method": "DELETE", | ||
| "path": "/api/2.0/postgres/[MAIN_ID]" | ||
| } | ||
| { | ||
| "body": { | ||
| "name": "[MAIN_ID]", | ||
| "parent": "projects/test-pg-proj-[UNIQUE_NAME]", | ||
| "spec": { | ||
| "no_expiry": true | ||
| } | ||
| }, | ||
| "method": "PATCH", | ||
| "path": "/api/2.0/postgres/[MAIN_ID]", | ||
| "method": "POST", | ||
| "path": "/api/2.0/postgres/projects/test-pg-proj-[UNIQUE_NAME]/branches", | ||
| "q": { | ||
| "update_mask": "spec" | ||
| "branch_id": "new-branch-[UNIQUE_NAME]" | ||
| } | ||
| } |
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
TF changes here likely stopped etags from being serialized in patch request. It was optional always and does not impact correctness for dashboards.
We never set etag in direct PATCH requests.
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.
databricks/terraform-provider-databricks@c8874dd