We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e4b46 commit c088e99Copy full SHA for c088e99
gcloud/bigtable/happybase/batch.py
@@ -35,6 +35,14 @@
35
class Batch(object):
36
"""Batch class for accumulating mutations.
37
38
+ .. note::
39
+
40
+ When using a batch with ``transaction=False`` as a context manager
41
+ (i.e. in a ``with`` statement), mutations will still be sent as
42
+ row mutations even if the context manager exits with an error.
43
+ This behavior is in place to match the behavior in the HappyBase
44
+ HBase / Thrift implementation.
45
46
:type table: :class:`Table <gcloud.bigtable.happybase.table.Table>`
47
:param table: The table where mutations will be applied.
48
0 commit comments