Commit 6ab1355
authored
Enable support for a single Profile to use both Account and Workspace endpoints (#1232)
## What changes are proposed in this pull request?
Enable support for a single Profile to use both Account and Workspace
endpoints.
This is done by moving the header injection logic to the code
generation, which is aware of which endpoints are workspace specific.
## How is this tested?
Updated test.
---------
Signed-off-by: hectorcast-db <hector.castejon@databricks.com>1 parent f79910f commit 6ab1355
37 files changed
Lines changed: 4099 additions & 14 deletions
File tree
- databricks/sdk
- service
- tests
- databricks/sdk/service
- integration
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 26 | | |
35 | 27 | | |
36 | 28 | | |
37 | 29 | | |
38 | | - | |
| 30 | + | |
39 | 31 | | |
40 | 32 | | |
41 | 33 | | |
| |||
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.
0 commit comments