Commit 63a1086
committed
fix(test): pin BigQuery location to US in Soda scan config
The GCP project kestra-unit-test has EU as its default BigQuery
location. A newer google-cloud-bigquery version in sodadata/soda-core
switched from jobs.insert (which auto-detects location from the
referenced dataset) to jobs.query (which uses the project default = EU).
The kestra_unit_test dataset and its tables live in US, so queries
routed to EU return 404.
Explicitly setting location: US in the Soda BigQuery connection config
bypasses the project-default-EU routing and points directly at the
dataset's actual region.
Also reverts the --location=EU flag on setup-unit.sh added in the
previous attempt, which was not the root cause.1 parent 05b5b4a commit 63a1086
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
| |||
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| 135 | + | |
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
| |||
0 commit comments