Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 9ea68dc

Browse files
fixed typo
1 parent 5c0e7c5 commit 9ea68dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ The deprecated client will remain available as an alternative API surface, which
1515
If you experience technical issues or have questions, please file an [issue](https://github.com/googleapis/python-bigtable/issues).
1616

1717
## Breaking Changes
18-
- **[MutationBatcher](n-bigtable/blob/main/google/cloud/bigtable/data/_sync_autogen/mutations_batcher.py#L151) and [MutationBatcherAsync](https://github.com/googleapis/python-bigtable/blob/main/google/cloud/bigtable/data/_async/mutations_batcher.py#L182)'s `table` argument was renamed to `target`**, since it also supports [Authorized View](https://github.com/googleapis/python-bigtable/pull/1034) instances. This matches the naming used in other classes (PR: https://github.com/googleapis/python-bigtable/pull/1153)
18+
- **[MutationBatcher](https://github.com/googleapis/python-bigtable/blob/main/google/cloud/bigtable/data/_sync_autogen/mutations_batcher.py#L151) and [MutationBatcherAsync](https://github.com/googleapis/python-bigtable/blob/main/google/cloud/bigtable/data/_async/mutations_batcher.py#L182)'s `table` argument was renamed to `target`**, since it also supports [Authorized View](https://github.com/googleapis/python-bigtable/pull/1034) instances. This matches the naming used in other classes (PR: https://github.com/googleapis/python-bigtable/pull/1153)

0 commit comments

Comments
 (0)