-
Notifications
You must be signed in to change notification settings - Fork 145
Upgrade Go SDK to v0.111.0 #4583
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 281b4455821119945fcc4c850cf2cfad03e23c6c | ||
| d91ff2db7c9265e784ceac0de2059f3e5fada8c5 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,3 +3,5 @@ | |
| ## Release v0.290.0 | ||
|
|
||
| ### Internal: | ||
|
|
||
| ### API Changes | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -57,7 +57,8 @@ func (r *ResourcePostgresProject) DoCreate(ctx context.Context, config *Postgres | |
| waiter, err := r.client.Postgres.CreateProject(ctx, postgres.CreateProjectRequest{ | ||
| ProjectId: config.ProjectId, | ||
| Project: postgres.Project{ | ||
| Spec: &config.ProjectSpec, | ||
| Spec: &config.ProjectSpec, | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Manual fix: New |
||
| InitialEndpointSpec: nil, | ||
|
|
||
| // Output-only fields. | ||
| CreateTime: nil, | ||
|
|
@@ -90,7 +91,8 @@ func (r *ResourcePostgresProject) DoUpdate(ctx context.Context, id string, confi | |
|
|
||
| waiter, err := r.client.Postgres.UpdateProject(ctx, postgres.UpdateProjectRequest{ | ||
| Project: postgres.Project{ | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Manual fix: Same |
||
| Spec: &config.ProjectSpec, | ||
| Spec: &config.ProjectSpec, | ||
| InitialEndpointSpec: nil, | ||
|
|
||
| // Output-only fields. | ||
| CreateTime: nil, | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -59,6 +59,7 @@ var knownMissingInRemoteType = map[string][]string{ | |
| "disabled", | ||
| "endpoint_id", | ||
| "endpoint_type", | ||
| "group", | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Manual fix: Added |
||
| "no_suspension", | ||
| "settings", | ||
| "suspend_timeout_duration", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -774,6 +774,9 @@ github.com/databricks/databricks-sdk-go/service/apps.AppDeploymentStatus: | |
| "description": |- | ||
| PLACEHOLDER | ||
| github.com/databricks/databricks-sdk-go/service/apps.AppResource: | ||
| "app": | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Manual fix: Added |
||
| "description": |- | ||
| PLACEHOLDER | ||
| "database": | ||
| "description": |- | ||
| PLACEHOLDER | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Manual fix: New
Groupfield added in SDK v0.111.0 forpostgres.EndpointSpec. Added here to satisfyexhaustructlinter — the struct literal must initialize all fields.