This repository was archived by the owner on May 7, 2026. It is now read-only.
Commit f7fd189
authored
feat: Update bigquery.ai.generate_table output_schema to allow Mapping type (#2463)
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-dataframes/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> 🦕1 parent ca9fb13 commit f7fd189Copy full SHA for f7fd189
3 files changed
+58-4Lines changed: 58 additions & 4 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- bigframes/bigquery/_operations
- tests
- system/large/bigquery
- unit/bigquery
Expand file treeCollapse file tree
Open diff view settings
Collapse file
bigframes/bigquery/_operations/ai.py
Copy file name to clipboardExpand all lines: bigframes/bigquery/_operations/ai.py+15-4Lines changed: 15 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
606 | 606 | |
607 | 607 | |
608 | 608 | |
609 | | - |
| 609 | + |
610 | 610 | |
611 | 611 | |
612 | 612 | |
| ||
642 | 642 | |
643 | 643 | |
644 | 644 | |
645 | | - |
646 | | - |
| 645 | + |
| 646 | + |
| 647 | + |
| 648 | + |
647 | 649 | |
648 | 650 | |
649 | 651 | |
| ||
666 | 668 | |
667 | 669 | |
668 | 670 | |
| 671 | + |
| 672 | + |
| 673 | + |
| 674 | + |
| 675 | + |
| 676 | + |
| 677 | + |
| 678 | + |
| 679 | + |
669 | 680 | |
670 | | - |
| 681 | + |
671 | 682 | |
672 | 683 | |
673 | 684 | |
|
Collapse file
tests/system/large/bigquery/test_ai.py
Copy file name to clipboardExpand all lines: tests/system/large/bigquery/test_ai.py+17Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
111 | 111 | |
112 | 112 | |
113 | 113 | |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
Collapse file
tests/unit/bigquery/test_ai.py
Copy file name to clipboardExpand all lines: tests/unit/bigquery/test_ai.py+26Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
269 | 269 | |
270 | 270 | |
271 | 271 | |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
| 296 | + |
| 297 | + |
272 | 298 | |
273 | 299 | |
274 | 300 | |
|
0 commit comments