As found in https://github.com/googleapis/python-bigtable/pull/702/files#diff-cefca7c885a9bf43a6cc4769c788d30041fcffc582df926b7240e03beea308ebR529 In google/cloud/bigtable_v2/services/bigtable/async_client.py file, `mutate_rows` should become a coroutine. i.e. `async def mutate_rows`. and the call to the rpc should be awaited. i.e. `await rpc(...`
As found in https://github.com/googleapis/python-bigtable/pull/702/files#diff-cefca7c885a9bf43a6cc4769c788d30041fcffc582df926b7240e03beea308ebR529
In google/cloud/bigtable_v2/services/bigtable/async_client.py file,
mutate_rowsshould become a coroutine. i.e.async def mutate_rows.and the call to the rpc should be awaited. i.e.
await rpc(...