Commit 63e6c73
authored
Bump Databricks Go SDK to 0.119.0 (#4695)
## Changes
- Bump `github.com/databricks/databricks-sdk-go` from v0.117.0 to
v0.119.0
- Update OpenAPI SHA
- Regenerate CLI code via `make generate`
<details><summary>SDK v0.117 -> v0.119.0 changelog</summary>
<p>
## Release v0.119.0 (2026-03-09)
### API Changes
* Add
[dataclassification](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/dataclassification)
and
[knowledgeassistants](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/knowledgeassistants)
packages.
* Add
[w.DataClassification](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/dataclassification#DataClassificationAPI)
workspace-level service.
* Add
[w.KnowledgeAssistants](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/knowledgeassistants#KnowledgeAssistantsAPI)
workspace-level service.
* Add `GenieCreateEvalRun`, `GenieGetEvalResultDetails`,
`GenieGetEvalRun`, `GenieListEvalResults` and `GenieListEvalRuns`
methods for
[w.Genie](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/dashboards#GenieAPI)
workspace-level service.
* Add `TelemetryExportDestinations` field for
[apps.App](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/apps#App).
## Release v0.118.0 (2026-03-05)
### Internal Changes
* Fix `GetWorkspaceClient` for unified account hosts
([#1517](databricks/databricks-sdk-go#1517)).
* Add test for `GetWorkspaceClient` with SPOG host
([#1518](databricks/databricks-sdk-go#1518)).
</p>
</details>
## Tests
- [x] `make lintfull`
- [x] go test ./internal/build ./bundle/internal/schema
./bundle/direct/dresources ./bundle/config/resources
- [x] `make checks`1 parent e41b7d2 commit 63e6c73
File tree
22 files changed
+1733
-61
lines changed- .codegen
- acceptance
- bundle/refschema
- help
- bundle
- internal
- schema
- validation/generated
- schema
- cmd
- account/log-delivery
- workspace
- apps
- data-classification
- feature-engineering
- genie
- knowledge-assistants
- permissions
- workspace-entity-tag-assignments
22 files changed
+1733
-61
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
215 | 221 | | |
216 | 222 | | |
217 | 223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
148 | 151 | | |
149 | 152 | | |
150 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
| |||
1064 | 1065 | | |
1065 | 1066 | | |
1066 | 1067 | | |
1067 | | - | |
1068 | | - | |
1069 | | - | |
1070 | 1068 | | |
1071 | 1069 | | |
1072 | 1070 | | |
| |||
1518 | 1516 | | |
1519 | 1517 | | |
1520 | 1518 | | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
| 1532 | + | |
| 1533 | + | |
| 1534 | + | |
| 1535 | + | |
| 1536 | + | |
| 1537 | + | |
| 1538 | + | |
1521 | 1539 | | |
1522 | 1540 | | |
1523 | 1541 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
177 | 180 | | |
178 | 181 | | |
179 | 182 | | |
| |||
2057 | 2060 | | |
2058 | 2061 | | |
2059 | 2062 | | |
2060 | | - | |
2061 | 2063 | | |
2062 | 2064 | | |
2063 | 2065 | | |
| |||
3392 | 3394 | | |
3393 | 3395 | | |
3394 | 3396 | | |
| 3397 | + | |
| 3398 | + | |
| 3399 | + | |
| 3400 | + | |
| 3401 | + | |
| 3402 | + | |
| 3403 | + | |
| 3404 | + | |
| 3405 | + | |
| 3406 | + | |
| 3407 | + | |
| 3408 | + | |
| 3409 | + | |
| 3410 | + | |
| 3411 | + | |
| 3412 | + | |
| 3413 | + | |
| 3414 | + | |
| 3415 | + | |
| 3416 | + | |
| 3417 | + | |
| 3418 | + | |
| 3419 | + | |
| 3420 | + | |
| 3421 | + | |
| 3422 | + | |
| 3423 | + | |
| 3424 | + | |
| 3425 | + | |
| 3426 | + | |
| 3427 | + | |
| 3428 | + | |
| 3429 | + | |
| 3430 | + | |
| 3431 | + | |
3395 | 3432 | | |
3396 | 3433 | | |
3397 | 3434 | | |
| |||
9156 | 9193 | | |
9157 | 9194 | | |
9158 | 9195 | | |
| 9196 | + | |
| 9197 | + | |
| 9198 | + | |
| 9199 | + | |
| 9200 | + | |
| 9201 | + | |
9159 | 9202 | | |
9160 | 9203 | | |
9161 | 9204 | | |
| |||
0 commit comments