Commit 3075fda
committed
Fix telemetry acceptance tests and pydabs check-formatting
The .well-known/databricks-config request (added by the SDK bump) became
the first recorded request in out.requests.txt. Since it lacks a
cmd-exec-id in User-Agent, extract_command_exec_id.py failed on its
first JSON object. Fix the script to iterate through all objects until
finding one with cmd-exec-id.
Also add a Repls pattern for compact JSON execution_time_ms (no space
after colon, as it appears in protoLogs strings) and regenerate all
affected golden files. For pydabs/check-formatting, regenerate with ruff
installed so the output reflects actual formatting checks.
Co-authored-by: Isaac1 parent f21dc10 commit 3075fda
File tree
21 files changed
+163
-1354
lines changed- acceptance
- bin
- bundle
- telemetry
- deploy-error
- deploy
- templates
- pydabs/check-formatting
- telemetry
- custom-template
- dbt-sql
- default-python
- default-sql
21 files changed
+163
-1354
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | | - | |
27 | 25 | | |
28 | 26 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 27 | + | |
| 28 | + | |
33 | 29 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
37 | 34 | | |
38 | | - | |
| 35 | + | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
| |||
Lines changed: 0 additions & 34 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
0 commit comments