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

Completing implementation of HappyBase connection pool. by dhermes · Pull Request #1523 · googleapis/google-cloud-python · GitHub

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 commented Feb 24, 2016

Copy link
Copy Markdown
Contributor

No description provided.

dhermes added the api: bigtable Issues related to the Bigtable API. label Feb 24, 2016
googlebot 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.

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 merged commit 29b67c6 into googleapis:master Feb 24, 2016
dhermes deleted the happybase-conn-pool-finish branch February 24, 2016 19:34
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
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