Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

daniel-sanche
Copy link
Contributor

When Authorized View support was added, we updated table arguments to target, since views could be used in place of conventional table objects. But we couldn't make that rename to the MutationBatcher class, because it is publicly exposed and could be a breaking change.

This PR makes the change for inclusion in the next major release, v3.0.0

This PR also starts an UPDATING.md migration guide to detail any breaking changes for the v3.0.0 update. We can iterate on its contents over time

Fixes: #1128

@daniel-sanche daniel-sanche requested review from a team as code owners July 21, 2025 23:02
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigtable Issues related to the googleapis/python-bigtable API. labels Jul 21, 2025
UPGRADING.md Outdated
- `google.cloud.bigtable.data.BigtableDataClientAsync`
- Admin API:
- `google.cloud.bigtable.admin.BigtableInstanceAdminClient`
- `google.cloud.bigtable.admin.BigtableInstanceAdminClientAsync`
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: The async clients are named BigtableInstanceAdminAsyncClient and BigtableTableAdminAsyncClient respectively.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh I wish we caught that earlier so they had consistent naming. Fixed it here though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the googleapis/python-bigtable API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants