Commit cdeb15b
committed
databricks-cli: switch to replit/databricks-cli fork
Point the databricks-cli module at the Replit fork at
github.com/replit/databricks-cli (commit d7dc3939). The fork adds
--concurrency and --retry-timeout flags to `databricks sync` to mitigate
502s and let us tune in-flight request count when deploying Apps from
pid2.
The fork is based on upstream v0.299.0 + 51 commits + 1 Replit commit;
version string is "0.299.0-replit-d7dc3939".
Drops postPatch / checkFlags / nativeCheckInputs / preCheck and sets
doCheck = false. Tests run upstream and on the fork's CI; the upstream
suite has a growing number of tests that hit network endpoints or
expect a real workspace config, which the nix sandbox can't satisfy
(TestClearWorkspaceClient, TestWorkspaceClientNormalizesHostBefore-
ProfileResolution, etc.). Skipping the test phase here removes a
maintenance burden every time we bump the pin.
Slack thread:
https://replit.slack.com/archives/C0A2Z9042FR/p1778082184841149
~ written by Zerg 👾 ([wp-7918444a](https://zerg.zergrush.dev/chat?id=wp-7918444a))1 parent 143c07c commit cdeb15b
1 file changed
Lines changed: 18 additions & 50 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | | - | |
| 21 | + | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
| |||
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
76 | 44 | | |
77 | 45 | | |
78 | 46 | | |
79 | 47 | | |
80 | | - | |
81 | | - | |
| 48 | + | |
| 49 | + | |
82 | 50 | | |
83 | 51 | | |
84 | 52 | | |
| |||
0 commit comments