Ensure that 'QueryResults.from_query_job' copies 'job.name'.#2378
Merged
tseaver merged 1 commit intogoogleapis:masterfrom Sep 21, 2016
tseaver:2368-bigquery-async_query_job-results
Merged
Ensure that 'QueryResults.from_query_job' copies 'job.name'.#2378tseaver merged 1 commit intogoogleapis:masterfrom tseaver:2368-bigquery-async_query_job-results
tseaver merged 1 commit intogoogleapis:masterfrom
tseaver:2368-bigquery-async_query_job-results
Conversation
parthea
pushed a commit
that referenced
this pull request
Sep 22, 2023
…CloudPlatform/python-docs-samples#2378) * fix: refactored MP3 file tests * fix: moving resources to cloud-client/resources * fix: removing expected_example.mp3
parthea
pushed a commit
that referenced
this pull request
Sep 22, 2023
…CloudPlatform/python-docs-samples#2378) * fix: refactored MP3 file tests * fix: moving resources to cloud-client/resources * fix: removing expected_example.mp3
parthea
added a commit
that referenced
this pull request
Nov 24, 2025
parthea
pushed a commit
that referenced
this pull request
Apr 1, 2026
…hifts (#2378) This update introduces a new feature in the interactive table display that prevents notebook layout shifts when changing the number of rows per page. The table height is now intelligently set and fixed after its initial display, creating a more stable and predictable user experience. Verified at: vs code notebook: https://screencast.googleplex.com/cast/NTY2NjM1NDQwNDI2MTg4OHwzNDEwZTA5Zi0wOA Fixes #<460861785> 🦕
parthea
pushed a commit
that referenced
this pull request
Apr 1, 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.33.0</summary> ## [2.33.0](googleapis/python-bigquery-dataframes@v2.32.0...v2.33.0) (2026-01-22) ### Features * add bigquery.ml.transform function (#2394) ([1f9ee373](googleapis/python-bigquery-dataframes@1f9ee373)) * Add dark mode to anywidget mode (#2365) ([2763b41d](googleapis/python-bigquery-dataframes@2763b41d)) * Add max_columns control for anywidget mode (#2374) ([34b5975f](googleapis/python-bigquery-dataframes@34b5975f)) * Configure Biome for Consistent Code Style (#2364) ([81e27b3d](googleapis/python-bigquery-dataframes@81e27b3d)) * Add BigQuery ObjectRef functions to `bigframes.bigquery.obj` (#2380) ([9c3bbc36](googleapis/python-bigquery-dataframes@9c3bbc36)) * Stabilize interactive table height to prevent notebook layout shifts (#2378) ([a634e976](googleapis/python-bigquery-dataframes@a634e976)) ### Bug Fixes * implement retry logic for cloud function endpoint fetching (#2369) ([0f593c27](googleapis/python-bigquery-dataframes@0f593c27)) * Throw if write api commit op has stream_errors (#2385) ([7abfef05](googleapis/python-bigquery-dataframes@7abfef05)) ### Performance Improvements * Avoid requery for some result downsample methods (#2219) ([95763ff2](googleapis/python-bigquery-dataframes@95763ff2)) </details>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #2368.