Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on May 7, 2026. It is now read-only.

feat: Initial support for biglake iceberg tables#2409

Merged
TrevorBergeron merged 8 commits into
maingoogleapis/python-bigquery-dataframes:mainfrom
iceberg_tablesgoogleapis/python-bigquery-dataframes:iceberg_tablesCopy head branch name to clipboard
Feb 11, 2026
Merged

feat: Initial support for biglake iceberg tables#2409
TrevorBergeron merged 8 commits into
maingoogleapis/python-bigquery-dataframes:mainfrom
iceberg_tablesgoogleapis/python-bigquery-dataframes:iceberg_tablesCopy head branch name to clipboard

Conversation

@TrevorBergeron

Copy link
Copy Markdown
Contributor

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 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> 🦕

@product-auto-label product-auto-label Bot added size: l Pull request size is large. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Jan 27, 2026
@TrevorBergeron TrevorBergeron force-pushed the iceberg_tables branch 3 times, most recently from 9a1c516 to f87a256 Compare January 29, 2026 02:18
@product-auto-label product-auto-label Bot added size: xl Pull request size is extra large. and removed size: l Pull request size is large. labels Feb 7, 2026
@TrevorBergeron TrevorBergeron marked this pull request as ready for review February 9, 2026 20:38
@TrevorBergeron TrevorBergeron requested review from a team and tswast February 9, 2026 20:38

@tswast tswast left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it!

Comment thread bigframes/session/iceberg.py Outdated
"Authorization": f"Bearer {credentials.token}",
"Content-Type": "application/json",
"header.x-goog-user-project": user_project_id,
# "token": token,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leftover test code?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

Comment thread tests/system/small/test_iceberg.py Outdated
Comment on lines +37 to +38
bpd.reset_session()
df = bpd.read_gbq(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we introducing some potential flakiness / race conditions? I could anticipate this breaking other tests that create a global session, since this won't be the typical us multiregion.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah on closer consideration, should close the session after and undo location-setting side-effect.
Added test fixture to do this in new revision

@TrevorBergeron TrevorBergeron merged commit ae35a98 into main Feb 11, 2026
23 of 24 checks passed
@TrevorBergeron TrevorBergeron deleted the iceberg_tables branch February 11, 2026 20:45
tswast pushed a commit that referenced this pull request Feb 18, 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:1a2a85ab507aea26d787c06cc7979decb117164c81dd78a745982dfda80d4f68
<details><summary>bigframes: 2.36.0</summary>

##
[2.36.0](v2.35.0...v2.36.0)
(2026-02-17)

### Features

* Initial support for biglake iceberg tables (#2409)
([ae35a98](ae35a989))

* add bigquery.ai.generate_table function (#2453)
([b925aa2](b925aa24))

### Documentation

* fix generate_text and generate_table input docs (#2455)
([078bd32](078bd32e))

* update multimodal dataframe notebook to use public APIs (#2456)
([342fa72](342fa723))

* use direct API for pdf chunk and pdf extract (#2452)
([543ce52](543ce52c))

* use direct API for audio transcription (#2447)
([59cbc5d](59cbc5db))

* Add EXIF metadata extraction example to multimodal notebook (#2429)
([84c6f88](84c6f883))

* Update multimodal notebook to use public runtime helpers (#2451)
([e36dd8b](e36dd8b4))

</details>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. size: xl Pull request size is extra large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.