-
Notifications
You must be signed in to change notification settings - Fork 68
feat: add bigquery.ml.generate_text function #2403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
fa3af83 to
73a5aa1
Compare
73a5aa1 to
03e46f9
Compare
shuoweil
previously approved these changes
Jan 23, 2026
This change corrects the SQL generation for and to pass the options as a struct, which is the correct syntax. The snapshot tests have been updated to reflect these changes.
shuoweil
approved these changes
Jan 26, 2026
shuoweil
added a commit
that referenced
this pull request
Feb 3, 2026
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.7.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:e7cc6823efb073a8a26e7cefdd869f12ec228abfbd2a44aa9a7eacc284023677 <details><summary>bigframes: 2.34.0</summary> ## [2.34.0](v2.33.0...v2.34.0) (2026-02-02) ### Features * add `bigframes.pandas.options.experiments.sql_compiler` for switching the backend compiler (#2417) ([7eba6ee](7eba6ee)) * add bigquery.ml.generate_embedding function (#2422) ([35f3f5e](35f3f5e)) * add bigquery.create_external_table method (#2415) ([76db295](76db295)) * add deprecation warnings for .blob accessor and read_gbq_object_table (#2408) ([7261a4e](7261a4e)) * add bigquery.ml.generate_text function (#2403) ([5ac6810](5ac6810)) ### Bug Fixes * broken job url (#2411) ([fcb5bc1](fcb5bc1))
shuoweil
added a commit
that referenced
this pull request
Feb 4, 2026
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.7.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:e7cc6823efb073a8a26e7cefdd869f12ec228abfbd2a44aa9a7eacc284023677 <details><summary>bigframes: 2.34.0</summary> ## [2.34.0](v2.33.0...v2.34.0) (2026-02-02) ### Features * add `bigframes.pandas.options.experiments.sql_compiler` for switching the backend compiler (#2417) ([7eba6ee](7eba6ee)) * add bigquery.ml.generate_embedding function (#2422) ([35f3f5e](35f3f5e)) * add bigquery.create_external_table method (#2415) ([76db295](76db295)) * add deprecation warnings for .blob accessor and read_gbq_object_table (#2408) ([7261a4e](7261a4e)) * add bigquery.ml.generate_text function (#2403) ([5ac6810](5ac6810)) ### Bug Fixes * broken job url (#2411) ([fcb5bc1](fcb5bc1))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-dataframes API.
size: m
Pull request size is medium.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
Fixes #<issue_number_goes_here> 🦕