-
Notifications
You must be signed in to change notification settings - Fork 68
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery-dataframes
base: v2.33.0
head repository: googleapis/python-bigquery-dataframes
compare: v2.34.0
- 16 commits
- 51 files changed
- 6 contributors
Commits on Jan 26, 2026
-
feat: add bigquery.ml.generate_text function (#2403)
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> 🦕
Configuration menu - View commit details
-
Copy full SHA for 5ac6810 - Browse repository at this point
Copy the full SHA 5ac6810View commit details
Commits on Jan 27, 2026
-
refactor: fix several small presubmit test failures on the SQLGlot co…
Configuration menu - View commit details
-
Copy full SHA for a80ac3f - Browse repository at this point
Copy the full SHA a80ac3fView commit details -
feat: add deprecation warnings for .blob accessor and read_gbq_object…
…_table (#2408) This PR introduces ApiDeprecationWarning (which inherits from FutureWarning) to the following APIs to notify users of their upcoming removal in a future release: - `Series.blob` accessor: Added a warning to the property getter in bigframes/series.py. - `read_gbq_object_table`: Added a warning to the implementation in bigframes/session/Session. This will also trigger when called via bigframes.pandas.read_gbq_object_table. Fixes #<478952368> 🦕
Configuration menu - View commit details
-
Copy full SHA for 7261a4e - Browse repository at this point
Copy the full SHA 7261a4eView commit details
Commits on Jan 29, 2026
-
refactor: fix test_concat_dataframe by de-deuplicating merged ctes in…
Configuration menu - View commit details
-
Copy full SHA for 83b83ea - Browse repository at this point
Copy the full SHA 83b83eaView commit details -
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: - [x] 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 - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #2410 🦕
Configuration menu - View commit details
-
Copy full SHA for fcb5bc1 - Browse repository at this point
Copy the full SHA fcb5bc1View commit details -
feat: add bigquery.create_external_table method (#2415)
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> 🦕
Configuration menu - View commit details
-
Copy full SHA for 76db295 - Browse repository at this point
Copy the full SHA 76db295View commit details
Commits on Jan 30, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2fc5bb1 - Browse repository at this point
Copy the full SHA 2fc5bb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 248c8ea - Browse repository at this point
Copy the full SHA 248c8eaView commit details -
feat: add bigquery.ml.generate_embedding function (#2422)
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> 🦕
Configuration menu - View commit details
-
Copy full SHA for 35f3f5e - Browse repository at this point
Copy the full SHA 35f3f5eView commit details
Commits on Jan 31, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 43b77bb - Browse repository at this point
Copy the full SHA 43b77bbView commit details
Commits on Feb 2, 2026
-
chore: move bigquery/table.py to bigquery/_operations/table.py (#2423)
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> 🦕
Configuration menu - View commit details
-
Copy full SHA for cfa1c8e - Browse repository at this point
Copy the full SHA cfa1c8eView commit details -
feat: add
bigframes.pandas.options.experiments.sql_compilerfor swi……tching the backend compiler (#2417) This change adds `bigframes.pandas.options.experiments.sql_compiler` to allow switching the backend compiler. Currently, the default remains set to 'legacy' (ibis), but users can now optionally switch to the 'experimental' (sqlglot) compiler. Fixes internal issue 479912001🦕
Configuration menu - View commit details
-
Copy full SHA for 7eba6ee - Browse repository at this point
Copy the full SHA 7eba6eeView commit details -
chore: remove redundant assertions (#2427)
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> 🦕
Configuration menu - View commit details
-
Copy full SHA for c932d2d - Browse repository at this point
Copy the full SHA c932d2dView commit details
Commits on Feb 3, 2026
-
chore: attach type usage to job labels (#2407)
This should complete the dev on the client side. Manually verified: https://screenshot.googleplex.com/jv3UfJCm75dCzwn Related bug 406578908 🦕
Configuration menu - View commit details
-
Copy full SHA for 66afbb0 - Browse repository at this point
Copy the full SHA 66afbb0View commit details -
feat: Suppress redundant "Completed" status in progress callback (#2419)
This PR refines the visual feedback provided during operation progress. Specifically, it prevents the display of a standalone "✅ Completed." message and green checkmark when no query execution information (like slot time or bytes processed) is available. This often occurs during metadata-only operations or cached results where the "Completed" status is redundant. Fixes #<479944983> 🦕
Configuration menu - View commit details
-
Copy full SHA for d8c007e - Browse repository at this point
Copy the full SHA d8c007eView commit details -
chore: librarian release pull request:20260202T232430Z (#2428)
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))
Configuration menu - View commit details
-
Copy full SHA for fbd3a55 - Browse repository at this point
Copy the full SHA fbd3a55View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.33.0...v2.34.0