This repository was archived by the owner on May 7, 2026. It is now read-only.
Commit 867951b
authored
docs: add code sample and docstring for bpd.options.experiments.sql_compiler (#2474)
Added documentation for the sql_compiler property.
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 a2f2b65 commit 867951bCopy full SHA for 867951b
1 file changed
+7Lines changed: 7 additions & 0 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- bigframes/_config
Expand file treeCollapse file tree
Open diff view settings
Collapse file
bigframes/_config/experiment_options.py
Copy file name to clipboardExpand all lines: bigframes/_config/experiment_options.py+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
72 | 72 | |
73 | 73 | |
74 | 74 | |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
75 | 82 | |
76 | 83 | |
77 | 84 | |
|
0 commit comments