Skip to content

Completing implementation of HappyBase connection pool. - #1523

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:happybase-conn-pool-finish
Feb 24, 2016
Merged

Completing implementation of HappyBase connection pool.#1523
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:happybase-conn-pool-finish

Conversation

@dhermes

Copy link
Copy Markdown
Contributor

No description provided.

@dhermesdhermes added the api: bigtable Issues related to the Bigtable API. label Feb 24, 2016
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 24, 2016
"""Minimum allowable size of a connection pool."""


class NoConnectionsAvailable(RuntimeError):

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@theacodes

Copy link
Copy Markdown
Contributor

LGTM

dhermes added a commit that referenced this pull request Feb 24, 2016
Completing implementation of HappyBase connection pool.
@dhermes
dhermes merged commit 29b67c6 into googleapis:masterFeb 24, 2016
@dhermes
dhermes deleted the happybase-conn-pool-finish branch February 24, 2016 19:34
@theacodestheacodes mentioned this pull request Mar 4, 2016
parthea pushed a commit that referenced this pull request Nov 24, 2025
* chore: add ConfiguredSnippet.filename
* add inflection to dependency
* set upperbound on dependencies in setup.py
parthea pushed a commit that referenced this pull request Mar 9, 2026
…rs that need to be url encoded (#1605)
fix(bucket): url encode new_name parameter in move_blob()
The move_blob() method was not URL encoding the new_name parameter
before passing it to the API call, unlike how the blob encodes its own
path. This caused failures when moving blobs to paths with special
characters.
Added URL encoding for new_name to match the blob path encoding, as
both names must fit in the API URL format:
"{blob_path}/moveTo/o/{new_name}"
Here's an example of what fails:
```python
from google.cloud import storage
gcs = storage.Client()
bucket = gcs.bucket("")
blob = bucket.get_blob("test/blob.csv")
bucket.move_blob(
blob, new_name="test/blob2.csv"
)
```
Fixes#1523
---------
Co-authored-by: Chandra Shekhar Sirimala <chandrasiri@google.com>
parthea pushed a commit that referenced this pull request Apr 1, 2026
…1523)
* test: fix json tests fail locally with disable allow_large_results
* fix test_read_gbq_w_json_in_array
* move test_read_gbq_w_json* to test_session.py
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigtableIssues related to the Bigtable API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@dhermes@theacodes@googlebot