Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line numberDiff line numberDiff line change
Expand Up@@ -1596,9 +1596,10 @@ async def test_call_metadata(self, include_app_profile, fn_name, fn_args, gapic_
# incomplete mutation, so an empty mock stream would retry until the
# operation timeout. Return a success entry for the single mutation
# so the operation completes after a single attempt.
fromgoogle.cloud.bigtable_v2.typesimportMutateRowsResponse
fromgoogle.rpcimportstatus_pb2

fromgoogle.cloud.bigtable_v2.typesimportMutateRowsResponse

@CrossSync.convert
asyncdefmutate_rows_stream(*args, **kwargs):
yieldMutateRowsResponse(
Expand Down
Loading