-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
See #1541 for discussion.
There is a note from the HappyBase source code
Note that application code should never store a incremented or decremented counter value directly; use the atomic
Table.counter_incandTable.counter_decmethods for that.
and we just went one step further and just made Table.counter_set() a not implemented method (it raises NotImplementedError when called).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.