Skip to content

feat(bigtable): initializing the new data client - #18080

Draft
daniel-sanche wants to merge 7 commits into
mainfrom
shim/04-init-data-client
Draft

feat(bigtable): initializing the new data client#18080
daniel-sanche wants to merge 7 commits into
mainfrom
shim/04-init-data-client

Conversation

@daniel-sanche

Copy link
Copy Markdown
Contributor

Migrating over @gkevinzheng PR from bigtable monorepo googleapis/python-bigtable#1238

Original description:

Changes:

  • Added a new property new_table_data_client (might need to be renamed) in the classic client for the new table data client
  • Added two hidden kwargs (client_info and disable_background_channel_refresh) to the new data client constructor to support the classic client.

Fixes #15298

Note to reviewers: This PR has already been reviewed and merged to a staging branch, with the intention of doing a single merge to main. We are now planning to slowly rollout these changes back to the main branch. Minimal re-review should be necessary

gkevinzheng and others added 4 commits July 24, 2026 16:08
Additional system tests for testing shim compatibility with the classic
client interface.

Also fixes a bug where encountering a retriable error after another
retriable error mid-stream raised an exception instead of retrying.

Fixes #1156

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Changes:
- Added a new property `new_table_data_client` (might need to be
renamed) in the classic client for the new table data client
- Added two hidden kwargs (`client_info` and
`disable_background_channel_refresh`) to the new data client constructor
to support the classic client.

Fixes #1157
gemini-code-assist[bot]

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add BigtableDataClient to legacy client init

2 participants