Commit c579a1c
committed
Extend header flip to bundle deployment state filer
bundle/deploy/filer.go has its own stateFiler that fetches the bundle
deployment state from /api/2.0/workspace-files/ using client.Do() directly
(bypassing generated SDK service methods). Apply the same X-Databricks-Org-Id
→ X-Databricks-Workspace-Id swap here so bundle deploy/summary against
unified hosts uses the new routing header consistently with the rest of the
CLI.
Method renamed orgIDHeaders → workspaceIDHeaders for consistency with the
other filer helpers updated in this PR.1 parent a54149d commit c579a1c
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments