Commit 1b51dbd
authored
Release databricks-sdk-py v0.123 (#1507)
Release databricks-sdk-py v0.123.0
## Summary
<!--
One or two sentences describing what this PR changes and what it
enables.
Focus on the effect, not the implementation details.
Example:
Extracts the credentials chain iteration logic into a reusable
`NewCredentialsChain` constructor so that internal tools can compose
their own authentication chains from individual credential strategies.
-->
## Why
<!--
Explain the problem that motivated this change. A reviewer who reads
only
this section should understand why the PR exists and what problem it
solves.
- Start with the status quo: how things work today and what limitation
exists.
- Explain who is affected and what they cannot do (or must work around).
- If alternatives were considered and rejected, briefly mention why.
- End with how this PR addresses the gap.
The "why" is the most important part of a PR description — it usually
cannot be inferred from the code itself.
-->
## What changed
### Interface changes
<!--
New or modified public API surface: types, functions, configuration
options.
Use backticks for code references. Write "None." if there are no
changes.
Example:
- **`NewCredentialsChain(...CredentialsStrategy) CredentialsStrategy`**
—
Takes an ordered list of credential strategies and returns a strategy
that tries them in sequence.
-->
### Behavioral changes
<!--
User-visible behavior changes: different defaults, changed error
messages,
new side effects, performance characteristics. Write "None." if this is
a
pure refactor — this explicitly reassures reviewers.
-->
### Internal changes
<!--
Refactoring, file moves, implementation details, test infrastructure.
Things that don't affect the public API or user-visible behavior.
-->
## How is this tested?
<!--
Describe any tests you have done, especially tests that are not part of
the unit tests (e.g. local tests, integration tests, manual
verification).
ALWAYS ANSWER THIS QUESTION: answer with "N/A" if tests are not
applicable
to your PR (e.g. if the PR only modifies comments). Do not be afraid of
answering "Not tested" if the PR has not been tested. Being clear about
what
has been done and not done provides important context to the reviewers.
-->1 parent 780d960 commit 1b51dbd
325 files changed
Lines changed: 32331 additions & 7491 deletions
File tree
- .codegen
- .github/workflows
- databricks/sdk
- errors
- service
- docs
- account
- billing
- catalog
- disasterrecovery
- iamv2
- iam
- networking
- oauth2
- provisioning
- settingsv2
- settings
- dbdataclasses
- workspace
- agentbricks
- aisearch
- apps
- bundledeployments
- catalog
- cleanrooms
- compute
- dashboards
- database
- dataclassification
- dataquality
- environments
- files
- iamv2
- iam
- jobs
- knowledgeassistants
- marketplace
- ml
- oauth2
- pipelines
- postgres
- qualitymonitorv2
- serving
- settingsv2
- settings
- sharing
- sql
- supervisoragents
- tags
- vectorsearch
- workspace
- tests
- generated
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
10 | | - | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 38 | | |
48 | 39 | | |
49 | 40 | | |
| |||
59 | 50 | | |
60 | 51 | | |
61 | 52 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
75 | 59 | | |
76 | 60 | | |
77 | 61 | | |
| |||
89 | 73 | | |
90 | 74 | | |
91 | 75 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | 76 | | |
99 | 77 | | |
100 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
3 | 34 | | |
4 | 35 | | |
5 | 36 | | |
| |||
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 | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
22 | 45 | | |
23 | 46 | | |
24 | 47 | | |
| |||
281 | 304 | | |
282 | 305 | | |
283 | 306 | | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
284 | 311 | | |
285 | 312 | | |
286 | 313 | | |
287 | 314 | | |
288 | | - | |
| 315 | + | |
289 | 316 | | |
290 | 317 | | |
291 | | - | |
| 318 | + | |
292 | 319 | | |
293 | 320 | | |
294 | 321 | | |
| |||
File mode changed.
File mode changed.
0 commit comments