Commit b8dd8bf
Bump
## Changes
- Bump `github.com/databricks/databricks-sdk-go` from v0.112.0 to
v0.117.0
- Update OpenAPI SHA
- Regenerate CLI code via `make generate`
<details><summary>SDK v0.112 -> v0.117.0 changelog</summary>
<p>
## Release v0.117.0 (2026-03-04)
### Internal Changes
* Move cloud-based credential filtering from individual strategies into
`DefaultCredentials`. Azure strategies are skipped on GCP/AWS hosts in
auto-detect mode; GCP strategies are skipped on Azure/AWS hosts. When
`auth_type` is explicitly set (e.g. `azure-cli`), cloud filtering is
bypassed so the named strategy is always attempted regardless of host
cloud.
## Release v0.116.0 (2026-03-03)
### Bug Fixes
* Fix `HostType()` misclassifying account hosts when the scheme is
missing
([#1510](databricks/databricks-sdk-go#1510)).
## Release v0.115.0 (2026-03-02)
### Internal Changes
* Implement dynamic auth token stale period based on initial token
lifetime. Increased up to 20 mins for standard OAuth with proportionally
shorter periods for short-lived tokens.
### API Changes
* Add `CreateDatabase`, `DeleteDatabase`, `GetDatabase`, `ListDatabases`
and `UpdateDatabase` methods for
[w.Postgres](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/postgres#PostgresAPI)
workspace-level service.
* Add `Postgres` field for
[apps.AppResource](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/apps#AppResource).
* Add `DataframeSchema`, `FilterCondition` and `TransformationSql`
fields for
[ml.DeltaTableSource](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#DeltaTableSource).
* Add `EnvironmentVersion` field for
[pipelines.PipelinesEnvironment](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#PipelinesEnvironment).
* Add `ResetCheckpointSelection` field for
[pipelines.StartUpdate](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#StartUpdate).
* [Breaking] Remove `Oauth2AppClientId` and `Oauth2AppIntegrationId`
fields for
[apps.Space](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/apps#Space).
* Add `EnablePgNativeLogin` field for
[postgres.ProjectSpec](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/postgres#ProjectSpec).
* Add `EnablePgNativeLogin` field for
[postgres.ProjectStatus](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/postgres#ProjectStatus).
* [Breaking] Remove `NodeTypeFlexibility` field for
[compute.EditInstancePool](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#EditInstancePool).
## Release v0.114.0 (2026-02-26)
### API Changes
* Add `EffectivePublishingMode` field for
[pipelines.GetPipelineResponse](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#GetPipelineResponse).
* Add `DbrAutoscale` enum value for
[compute.EventDetailsCause](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#EventDetailsCause).
* Change `OutputCatalog` field for
[cleanrooms.CreateCleanRoomOutputCatalogResponse](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/cleanrooms#CreateCleanRoomOutputCatalogResponse)
to be required.
* [Breaking] Remove `InternalAttributes` field for
[sharing.Table](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/sharing#Table).
* [Breaking] Remove `InternalAttributes` field for
[sharing.Volume](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/sharing#Volume).
## Release v0.113.0 (2026-02-25)
### New Features and Improvements
* Add `DisableAsyncTokenRefresh` field to `Config` to allow disabling
asynchronous token refresh for short-lived processes like the Databricks
CLI.
</p>
</details>
## Tests
- [x] `make lintfull`
- [x] `make test`
- [x] `make checks`
---------
Co-authored-by: Claude Sonnet 4.6 <[email protected]>databricks-sdk-go to 0.117.0 (#4631)1 parent f7f189f commit b8dd8bf
File tree
21 files changed
+691
-30
lines changed- .codegen
- .github/workflows
- acceptance/bundle/refschema
- bundle
- direct/dresources
- internal
- schema
- validation/generated
- schema
- cmd
- account/endpoints
- auth
- workspace
- instance-pools
- pipelines
- postgres
- python/databricks/bundles/pipelines/_models
21 files changed
+691
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
191 | 195 | | |
192 | 196 | | |
193 | 197 | | |
| |||
2267 | 2271 | | |
2268 | 2272 | | |
2269 | 2273 | | |
| 2274 | + | |
2270 | 2275 | | |
2271 | 2276 | | |
2272 | 2277 | | |
| 2278 | + | |
2273 | 2279 | | |
2274 | 2280 | | |
2275 | 2281 | | |
| |||
2616 | 2622 | | |
2617 | 2623 | | |
2618 | 2624 | | |
| 2625 | + | |
2619 | 2626 | | |
2620 | 2627 | | |
2621 | 2628 | | |
| |||
2649 | 2656 | | |
2650 | 2657 | | |
2651 | 2658 | | |
| 2659 | + | |
2652 | 2660 | | |
2653 | 2661 | | |
2654 | 2662 | | |
| |||
2666 | 2674 | | |
2667 | 2675 | | |
2668 | 2676 | | |
| 2677 | + | |
2669 | 2678 | | |
2670 | 2679 | | |
2671 | 2680 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
887 | 887 | | |
888 | 888 | | |
889 | 889 | | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
890 | 893 | | |
891 | 894 | | |
892 | 895 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1222 | 1222 | | |
1223 | 1223 | | |
1224 | 1224 | | |
1225 | | - | |
1226 | | - | |
1227 | | - | |
| 1225 | + | |
1228 | 1226 | | |
1229 | 1227 | | |
1230 | 1228 | | |
| |||
1235 | 1233 | | |
1236 | 1234 | | |
1237 | 1235 | | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
1238 | 1239 | | |
1239 | 1240 | | |
1240 | 1241 | | |
| |||
1294 | 1295 | | |
1295 | 1296 | | |
1296 | 1297 | | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
1297 | 1313 | | |
1298 | 1314 | | |
1299 | 1315 | | |
| |||
1356 | 1372 | | |
1357 | 1373 | | |
1358 | 1374 | | |
1359 | | - | |
1360 | | - | |
1361 | 1375 | | |
1362 | 1376 | | |
1363 | 1377 | | |
| |||
4602 | 4616 | | |
4603 | 4617 | | |
4604 | 4618 | | |
| 4619 | + | |
| 4620 | + | |
| 4621 | + | |
| 4622 | + | |
| 4623 | + | |
| 4624 | + | |
| 4625 | + | |
| 4626 | + | |
| 4627 | + | |
| 4628 | + | |
| 4629 | + | |
| 4630 | + | |
| 4631 | + | |
| 4632 | + | |
4605 | 4633 | | |
4606 | 4634 | | |
4607 | 4635 | | |
| |||
Lines changed: 13 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 50 | | |
54 | 51 | | |
55 | 52 | | |
| |||
270 | 267 | | |
271 | 268 | | |
272 | 269 | | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | 270 | | |
281 | 271 | | |
282 | 272 | | |
| |||
735 | 725 | | |
736 | 726 | | |
737 | 727 | | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
738 | 731 | | |
739 | 732 | | |
740 | 733 | | |
| |||
781 | 774 | | |
782 | 775 | | |
783 | 776 | | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
784 | 787 | | |
785 | 788 | | |
786 | 789 | | |
| |||
0 commit comments