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

Commit e69bd0b

Browse files
gkevinzhengmutianf
andauthored
Update google/cloud/bigtable/admin_v2/overlay/services/bigtable_table_admin/client.py
Co-authored-by: Mattie Fu <mattiefu@google.com>
1 parent f8eb430 commit e69bd0b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • google/cloud/bigtable/admin_v2/overlay/services/bigtable_table_admin

google/cloud/bigtable/admin_v2/overlay/services/bigtable_table_admin/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ def wait_for_consistency(
240240
metadata: Sequence[Tuple[str, Union[str, bytes]]] = (),
241241
) -> bool:
242242
r"""Blocks until the mutations for the specified Table that have been
243-
made before the call have been replicated. This is done by generating
243+
made before the call have been replicated or reads using an app profile with `DataBoostIsolationReadOnly`
244+
can see all writes committed before the token was created. This is done by generating
244245
a consistency token for the Table, then polling :meth:`check_consistency`
245246
for the specified table until the call returns True.
246247

0 commit comments

Comments
 (0)