This repository was archived by the owner on Apr 1, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
google/cloud/bigtable/data Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737from google .cloud .bigtable .data ._cross_sync import CrossSync
3838
3939if TYPE_CHECKING :
40- from google .cloud .bigtable .data ._metrics import ActiveAttemptMetric
4140 from google .cloud .bigtable .data ._metrics import ActiveOperationMetric
4241
4342 if CrossSync .is_async :
@@ -349,7 +348,6 @@ async def merge_rows(
349348 else :
350349 operation_metric .end_with_success ()
351350
352-
353351 @staticmethod
354352 def _revise_request_rowset (
355353 row_set : RowSetPB ,
Original file line number Diff line number Diff line change @@ -396,6 +396,7 @@ def _handle_error(message: str) -> None:
396396 """
397397 full_message = f"Error in Bigtable Metrics: { message } "
398398 LOGGER .warning (full_message )
399+ raise RuntimeError (full_message )
399400
400401 def __enter__ (self ):
401402 """
You can’t perform that action at this time.
0 commit comments