FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Adding helpful documentation to HappyBase package init. by dhermes · Pull Request #1545 · googleapis/google-cloud-python · GitHub

Adding helpful documentation to HappyBase package init. - #1545

Merged
dhermes merged 2 commits into
googleapis:masterfrom
dhermes:happy-base-init-docs
Feb 26, 2016
Merged

Adding helpful documentation to HappyBase package init.#1545
dhermes merged 2 commits into
googleapis:masterfrom
dhermes:happy-base-init-docs

Conversation

dhermes commented Feb 26, 2016

Copy link
Copy Markdown
Contributor

No description provided.

dhermes added docs api: bigtable Issues related to the Bigtable API. labels Feb 26, 2016
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 26, 2016
- tables in Cloud Bigtable do not expose internal storage details
* :meth:`Table.counter_set() \
<gcloud.bigtable.happybase.table.Table.counter_set>` - method can't
be atomic, so we disable it

This comment was marked as spam.

Copy link
Copy Markdown
Contributor

This looks great, with one tiny comment.

dhermes commented Feb 26, 2016

Copy link
Copy Markdown
Contributor Author

When I originally wrote this MutateRows did not exist so I had a bullet with

* The ``batch_size`` attribute in :class:`.Batch` cannot be truly mapped
  from HBase to Cloud Bigtable. The main reason for this is that the Cloud
  Bigtable API can only send mutations for a single row (via ``MutateRow``,
  ``CheckAndMutateRow``, and ``ReadModifyWriteRow``) whereas HBase sends
  all mutations at once. This requires a single request to be sent for each
  mutated row in the batch. This should not be noticeable since gRPC
  uses HTTP/2. However, some of the requests may fail part way through and
  the process of applying all mutations cannot be rolled back.

Now I need to implement the support for it. Exciting to see missing features appear! Filed #1546

Copy link
Copy Markdown
Contributor

Glad to see that's possible, as that would be pretty surprising behavior.

be atomic, so we disable it
* The ``__version__`` value for the HappyBase package is :data:`None`.
However, it's worth nothing this implementation was based off HappyBase
0.9.

This comment was marked as spam.

This comment was marked as spam.

dhermes added a commit that referenced this pull request Feb 26, 2016
Adding helpful documentation to HappyBase package init.
dhermes merged commit 4c1c2c1 into googleapis:master Feb 26, 2016
dhermes deleted the happy-base-init-docs branch February 26, 2016 18:19
parthea pushed a commit that referenced this pull request Nov 26, 2025
…adata.py (#1545)

* fix(metadata): Use exponential backoff retry logic for GCE metadata server access
parthea pushed a commit that referenced this pull request Mar 6, 2026
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #1545 🦕
parthea pushed a commit that referenced this pull request Mar 9, 2026
* Add async bidiRpc files in python-storage

these files will be removed once googleapis/python-api-core#836
gets submitted

* fix import path for bidi_base
parthea pushed a commit that referenced this pull request Apr 1, 2026
…1545)

* chore: update benchmark logic for 2.0

* update benchmark logic

* fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigtable Issues related to the Bigtable API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL