This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Commit 46764a5
File tree
Expand file treeCollapse file tree
14 files changed
+328
-10
lines changedOpen diff view settings
Filter options
- google/cloud/bigquery
- job
- tests
- data
- system
- unit
- _helpers
- job
Expand file treeCollapse file tree
14 files changed
+328
-10
lines changedOpen diff view settings
Collapse file
google/cloud/bigquery/_helpers.py
Copy file name to clipboardExpand all lines: google/cloud/bigquery/_helpers.py+8-2Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
| 35 | + |
| 36 | + |
35 | 37 | |
36 | 38 | |
37 | 39 | |
| ||
252 | 254 | |
253 | 255 | |
254 | 256 | |
255 | | - |
256 | | - |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
257 | 262 | |
258 | 263 | |
259 | 264 | |
| 265 | + |
260 | 266 | |
261 | 267 | |
262 | 268 | |
|
Collapse file
google/cloud/bigquery/_job_helpers.py
Copy file name to clipboardExpand all lines: google/cloud/bigquery/_job_helpers.py+16-4Lines changed: 16 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
49 | 49 | |
50 | 50 | |
51 | 51 | |
| 52 | + |
52 | 53 | |
53 | 54 | |
54 | 55 | |
| ||
265 | 266 | |
266 | 267 | |
267 | 268 | |
| 269 | + |
268 | 270 | |
269 | 271 | |
270 | 272 | |
| ||
285 | 287 | |
286 | 288 | |
287 | 289 | |
288 | | - |
289 | | - |
290 | 290 | |
291 | | - |
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | + |
292 | 299 | |
293 | 300 | |
294 | 301 | |
| ||
370 | 377 | |
371 | 378 | |
372 | 379 | |
| 380 | + |
373 | 381 | |
374 | 382 | |
375 | 383 | |
376 | 384 | |
377 | 385 | |
378 | 386 | |
379 | 387 | |
380 | | - |
| 388 | + |
| 389 | + |
| 390 | + |
| 391 | + |
| 392 | + |
381 | 393 | |
382 | 394 | |
383 | 395 | |
|
Collapse file
google/cloud/bigquery/client.py
Copy file name to clipboardExpand all lines: google/cloud/bigquery/client.py+30-1Lines changed: 30 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3469 | 3469 | |
3470 | 3470 | |
3471 | 3471 | |
| 3472 | + |
| 3473 | + |
3472 | 3474 | |
3473 | 3475 | |
3474 | 3476 | |
| ||
3524 | 3526 | |
3525 | 3527 | |
3526 | 3528 | |
| 3529 | + |
| 3530 | + |
| 3531 | + |
| 3532 | + |
| 3533 | + |
3527 | 3534 | |
3528 | 3535 | |
3529 | 3536 | |
| ||
3543 | 3550 | |
3544 | 3551 | |
3545 | 3552 | |
| 3553 | + |
| 3554 | + |
| 3555 | + |
| 3556 | + |
| 3557 | + |
| 3558 | + |
| 3559 | + |
| 3560 | + |
| 3561 | + |
3546 | 3562 | |
3547 | 3563 | |
3548 | 3564 | |
| ||
3568 | 3584 | |
3569 | 3585 | |
3570 | 3586 | |
| 3587 | + |
3571 | 3588 | |
3572 | 3589 | |
3573 | 3590 | |
| ||
4062 | 4079 | |
4063 | 4080 | |
4064 | 4081 | |
| 4082 | + |
| 4083 | + |
4065 | 4084 | |
4066 | 4085 | |
4067 | 4086 | |
| ||
4110 | 4129 | |
4111 | 4130 | |
4112 | 4131 | |
| 4132 | + |
| 4133 | + |
| 4134 | + |
| 4135 | + |
| 4136 | + |
4113 | 4137 | |
4114 | 4138 | |
4115 | 4139 | |
| ||
4143 | 4167 | |
4144 | 4168 | |
4145 | 4169 | |
4146 | | - |
| 4170 | + |
| 4171 | + |
| 4172 | + |
| 4173 | + |
| 4174 | + |
| 4175 | + |
4147 | 4176 | |
4148 | 4177 | |
4149 | 4178 | |
|
Collapse file
google/cloud/bigquery/job/load.py
Copy file name to clipboardExpand all lines: google/cloud/bigquery/job/load.py+30Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
759 | 759 | |
760 | 760 | |
761 | 761 | |
| 762 | + |
| 763 | + |
| 764 | + |
| 765 | + |
| 766 | + |
| 767 | + |
| 768 | + |
| 769 | + |
| 770 | + |
| 771 | + |
| 772 | + |
| 773 | + |
| 774 | + |
| 775 | + |
| 776 | + |
| 777 | + |
| 778 | + |
| 779 | + |
| 780 | + |
| 781 | + |
| 782 | + |
| 783 | + |
| 784 | + |
| 785 | + |
| 786 | + |
| 787 | + |
| 788 | + |
| 789 | + |
| 790 | + |
| 791 | + |
762 | 792 | |
763 | 793 | |
764 | 794 | |
|
Collapse file
tests/data/pico.csv
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
Collapse file
tests/data/pico_schema.json
Copy file name to clipboard+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
Collapse file
+19Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
98 | 98 | |
99 | 99 | |
100 | 100 | |
| 101 | + |
101 | 102 | |
102 | 103 | |
103 | 104 | |
104 | 105 | |
105 | 106 | |
106 | 107 | |
| 108 | + |
107 | 109 | |
108 | 110 | |
109 | 111 | |
| ||
169 | 171 | |
170 | 172 | |
171 | 173 | |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
172 | 191 | |
173 | 192 | |
174 | 193 | |
Collapse file
tests/system/test_client.py
Copy file name to clipboardExpand all lines: tests/system/test_client.py+23Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1295 | 1295 | |
1296 | 1296 | |
1297 | 1297 | |
| 1298 | + |
| 1299 | + |
| 1300 | + |
| 1301 | + |
| 1302 | + |
| 1303 | + |
| 1304 | + |
| 1305 | + |
| 1306 | + |
| 1307 | + |
| 1308 | + |
| 1309 | + |
| 1310 | + |
| 1311 | + |
| 1312 | + |
| 1313 | + |
| 1314 | + |
| 1315 | + |
| 1316 | + |
| 1317 | + |
| 1318 | + |
| 1319 | + |
| 1320 | + |
1298 | 1321 | |
1299 | 1322 | |
1300 | 1323 | |
|
Collapse file
tests/system/test_list_rows.py
Copy file name to clipboardExpand all lines: tests/system/test_list_rows.py+20Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
132 | 132 | |
133 | 133 | |
134 | 134 | |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
Collapse file
+13Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
24 | 25 | |
25 | 26 | |
26 | 27 | |
| ||
546 | 547 | |
547 | 548 | |
548 | 549 | |
| 550 | + |
| 551 | + |
| 552 | + |
| 553 | + |
| 554 | + |
| 555 | + |
| 556 | + |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
0 commit comments