This repository was archived by the owner on May 7, 2026. It is now read-only.
Commit 078bd32
authored
docs: fix generate_text and generate_table input docs (#2455)
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 fbaba0b commit 078bd32Copy full SHA for 078bd32
1 file changed
+8-8Lines changed: 8 additions & 8 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- bigframes/bigquery/_operations
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+8-8Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
522 | 522 | |
523 | 523 | |
524 | 524 | |
525 | | - |
526 | | - |
527 | | - |
528 | | - |
| 525 | + |
| 526 | + |
| 527 | + |
| 528 | + |
529 | 529 | |
530 | 530 | |
531 | 531 | |
| ||
638 | 638 | |
639 | 639 | |
640 | 640 | |
641 | | - |
642 | | - |
643 | | - |
644 | | - |
| 641 | + |
| 642 | + |
| 643 | + |
| 644 | + |
645 | 645 | |
646 | 646 | |
647 | 647 | |
|
0 commit comments