This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Commit 8d5785a
feat: support timestamp_precision in table schema (#2333)
Thank you for opening a Pull Request! Before submitting your PR, there
are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a
[bug/issue](https://github.com/googleapis/python-bigquery/issues/new/choose)
before writing your code! That way we can discuss the change, evaluate
designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>1 parent bfd9d8d commit 8d5785aCopy full SHA for 8d5785a
File tree
Expand file treeCollapse file tree
4 files changed
+144
-10
lines changedOpen diff view settings
Filter options
- google/cloud/bigquery
- tests
- system
- unit
Expand file treeCollapse file tree
4 files changed
+144
-10
lines changedOpen diff view settings
Collapse file
google/cloud/bigquery/enums.py
Copy file name to clipboardExpand all lines: google/cloud/bigquery/enums.py+15Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
480 | 480 | |
481 | 481 | |
482 | 482 | |
| 483 | + |
| 484 | + |
| 485 | + |
| 486 | + |
| 487 | + |
| 488 | + |
| 489 | + |
| 490 | + |
| 491 | + |
| 492 | + |
| 493 | + |
| 494 | + |
| 495 | + |
| 496 | + |
| 497 | + |
Collapse file
google/cloud/bigquery/schema.py
Copy file name to clipboardExpand all lines: google/cloud/bigquery/schema.py+46-9Lines changed: 46 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
196 | 196 | |
197 | 197 | |
198 | 198 | |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
199 | 207 | |
200 | 208 | |
201 | 209 | |
| ||
213 | 221 | |
214 | 222 | |
215 | 223 | |
| 224 | + |
216 | 225 | |
217 | 226 | |
218 | 227 | |
| ||
237 | 246 | |
238 | 247 | |
239 | 248 | |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
240 | 256 | |
241 | 257 | |
242 | 258 | |
| ||
254 | 270 | |
255 | 271 | |
256 | 272 | |
257 | | - |
258 | | - |
259 | | - |
| 273 | + |
| 274 | + |
260 | 275 | |
261 | 276 | |
262 | 277 | |
263 | 278 | |
264 | 279 | |
265 | 280 | |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
266 | 289 | |
267 | 290 | |
268 | 291 | |
| ||
374 | 397 | |
375 | 398 | |
376 | 399 | |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
| 405 | + |
| 406 | + |
| 407 | + |
| 408 | + |
| 409 | + |
377 | 410 | |
378 | 411 | |
379 | 412 | |
| ||
408 | 441 | |
409 | 442 | |
410 | 443 | |
| 444 | + |
| 445 | + |
411 | 446 | |
412 | 447 | |
413 | 448 | |
| ||
417 | 452 | |
418 | 453 | |
419 | 454 | |
| 455 | + |
420 | 456 | |
421 | 457 | |
422 | 458 | |
| ||
467 | 503 | |
468 | 504 | |
469 | 505 | |
470 | | - |
471 | | - |
| 506 | + |
472 | 507 | |
473 | | - |
| 508 | + |
474 | 509 | |
475 | 510 | |
476 | 511 | |
| ||
530 | 565 | |
531 | 566 | |
532 | 567 | |
533 | | - |
534 | | - |
535 | | - |
| 568 | + |
| 569 | + |
| 570 | + |
| 571 | + |
| 572 | + |
536 | 573 | |
537 | 574 | |
538 | 575 | |
|
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 |
|---|---|---|
| ||
74 | 74 | |
75 | 75 | |
76 | 76 | |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
77 | 87 | |
78 | 88 | |
79 | 89 | |
| ||
631 | 641 | |
632 | 642 | |
633 | 643 | |
| 644 | + |
| 645 | + |
| 646 | + |
| 647 | + |
| 648 | + |
| 649 | + |
| 650 | + |
| 651 | + |
| 652 | + |
| 653 | + |
| 654 | + |
| 655 | + |
| 656 | + |
634 | 657 | |
635 | 658 | |
636 | 659 | |
|
Collapse file
+60-1Lines changed: 60 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
52 | 52 | |
53 | 53 | |
54 | 54 | |
| 55 | + |
| 56 | + |
| 57 | + |
55 | 58 | |
56 | 59 | |
57 | 60 | |
| ||
69 | 72 | |
70 | 73 | |
71 | 74 | |
| 75 | + |
72 | 76 | |
73 | 77 | |
74 | 78 | |
| ||
87 | 91 | |
88 | 92 | |
89 | 93 | |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
90 | 98 | |
91 | 99 | |
92 | 100 | |
| ||
189 | 197 | |
190 | 198 | |
191 | 199 | |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
192 | 217 | |
193 | 218 | |
194 | 219 | |
| ||
198 | 223 | |
199 | 224 | |
200 | 225 | |
| 226 | + |
201 | 227 | |
202 | 228 | |
203 | 229 | |
| ||
210 | 236 | |
211 | 237 | |
212 | 238 | |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
213 | 243 | |
214 | 244 | |
215 | 245 | |
| ||
264 | 294 | |
265 | 295 | |
266 | 296 | |
| 297 | + |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
267 | 308 | |
268 | 309 | |
269 | 310 | |
| ||
323 | 364 | |
324 | 365 | |
325 | 366 | |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
| 372 | + |
| 373 | + |
| 374 | + |
| 375 | + |
| 376 | + |
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
326 | 383 | |
327 | 384 | |
328 | 385 | |
| ||
637 | 694 | |
638 | 695 | |
639 | 696 | |
640 | | - |
| 697 | + |
| 698 | + |
| 699 | + |
641 | 700 | |
642 | 701 | |
643 | 702 | |
|
0 commit comments