It would be great if you could add multi-row mutations to the Bigtable python client library. AFAICS it doesn't exist yet.
The RPC API supports it:
https://cloud.google.com/bigtable/docs/reference/data/rpc/google.bigtable.v2#mutaterowsrequest
It just isn't implemented for python. The first use case I ran into is I have a bunch of rows to delete and a want to make a single RPC to do that, but I'm sure there will be more.
It would be great if you could add multi-row mutations to the Bigtable python client library. AFAICS it doesn't exist yet.
The RPC API supports it:
https://cloud.google.com/bigtable/docs/reference/data/rpc/google.bigtable.v2#mutaterowsrequest
It just isn't implemented for python. The first use case I ran into is I have a bunch of rows to delete and a want to make a single RPC to do that, but I'm sure there will be more.