Skip to content

Adding HappyBase Batch.put() and helpers.#1533

Merged
dhermes merged 2 commits intogoogleapis:masterfrom
dhermes:happybase-batch-put
Feb 25, 2016
Merged

Adding HappyBase Batch.put() and helpers.#1533
dhermes merged 2 commits intogoogleapis:masterfrom
dhermes:happybase-batch-put

Conversation

@dhermes
Copy link
Copy Markdown
Contributor

@dhermes dhermes commented Feb 25, 2016

No description provided.

@dhermes dhermes added the api: bigtable Issues related to the Bigtable API. label Feb 25, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 25, 2016
@@ -133,3 +191,54 @@ def __exit__(self, exc_type, exc_value, traceback):
# NOTE: For non-transactional batches, this will even commit mutations

This comment was marked as spam.

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, with slight nit

@dhermes dhermes force-pushed the happybase-batch-put branch from c271537 to c088e99 Compare February 25, 2016 20:07
@dhermes
Copy link
Copy Markdown
Contributor Author

dhermes commented Feb 25, 2016

@jonparrott I'm going to merge now (a HappyBase table helper relies on _get_column_pairs). If not note in the Batch docstring is insufficient LMK and I can iterate on it.

dhermes added a commit that referenced this pull request Feb 25, 2016
Adding HappyBase Batch.put() and helpers.
@dhermes dhermes merged commit 8b49f25 into googleapis:master Feb 25, 2016
@dhermes dhermes deleted the happybase-batch-put branch February 25, 2016 20:33
parthea pushed a commit that referenced this pull request Nov 26, 2025
parthea pushed a commit that referenced this pull request Mar 9, 2026
* feat: Add grpc client

* add an option to configure direct path

* fix lint errors

* move the files to _experimental folder

* move the test file under tests/unit

* fix patch errors

* update the imports for _storage_v2

* change the default directpath value to True

* add getter for grpc_client

* resolve comments

* add more tests

* minor change

* adding helper function for credentials
parthea pushed a commit that referenced this pull request Mar 31, 2026
Add experimental warning comments to all async Spanner Python components
to inform users that the API is in the beta phase and subject to change.
parthea pushed a commit that referenced this pull request Apr 1, 2026
PR created by the Librarian CLI to initialize a release. Merging this PR
will auto trigger a release.

Librarian Version: v0.0.0-20260331223231-14b1b9186e21
Language Image:
us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e
<details><summary>google-cloud-spanner: v3.64.0</summary>

##
[v3.64.0](google-cloud-spanner-v3.63.0...google-cloud-spanner-v3.64.0)
(2026-04-01)

### Features

* use inline begin to eliminate BeginTransaction RPC (#1502)
([00d5f8e6](00d5f8e6))

* add TLS/mTLS support for experimental host (#1479)
([0c4c5da](0c4c5da3))

* add Client Context support to options (#1499)
([0da5f78](0da5f785))

* Exposing total CPU related fields in AutoscalingConfig
(PiperOrigin-RevId: 845819318)
([9d2338a](9d2338a6))

* include cache updates into the ResultSet response (PiperOrigin-RevId:
865546011)
([9d2338a](9d2338a6))

* add a ClientContext field to Spanner requests (PiperOrigin-RevId:
853323071)
([9d2338a](9d2338a6))

* include cache updates and routing hint into BeginTransaction and
Commit request/response respectively (PiperOrigin-RevId: 878019893)
([9d2338a](9d2338a6))

* add Secure Parameters to the ClientContext (PiperOrigin-RevId:
853323071)
([9d2338a](9d2338a6))

* implement native asyncio support via Cross-Sync (#1509)
([f822fd7](f822fd7c))

### Bug Fixes

* add threading import and _resource_info to snapshot.py
([659034a](659034aa))

* restore implicit database_dialect reload in sync client (#1537)
([67f5104](67f51043))

* resolve async deadlock in multiplexed session manager (#1520)
([c8f936b](c8f936b0))

### Documentation

* mark new AsyncIO APIs as experimental (#1533)
([3909c04](3909c045))

* A comment for field `transaction_tag` in message
`.google.spanner.v1.RequestOptions` is changed (PiperOrigin-RevId:
865546011)
([9d2338a](9d2338a6))

* A comment for field `routing_hint` in messages
`.google.spanner.v1.ResultSet` and `.google.spanner.v1.PartialResultSet`
are changed (PiperOrigin-RevId: 878019893)
([9d2338a](9d2338a6))

* Update high_priority_cpu_utilization_percent in AutoscalingConfig to
be Optional and clarify its behavior when not specified
(PiperOrigin-RevId: 845819318)
([9d2338a](9d2338a6))

* A comment for field `params` in message
`.google.spanner.v1.PartitionQueryRequest` is changed
(PiperOrigin-RevId: 865546011)
([9d2338a](9d2338a6))

* A comment in message
`.google.spanner.v1.TransactionOptions.ReadWrite.ReadLockMode` is
changed (PiperOrigin-RevId: 878019893)
([9d2338a](9d2338a6))

* A comment for field `commit_timestamp` in message
`.google.spanner.v1.BatchWriteResponse` is changed (PiperOrigin-RevId:
865546011)
([9d2338a](9d2338a6))

* minor update for Spanner Location API (PiperOrigin-RevId: 834841888)
([9d2338a](9d2338a6))

* A comment for field `param_types` in message
`.google.spanner.v1.PartitionQueryRequest` is changed
(PiperOrigin-RevId: 865546011)
([9d2338a](9d2338a6))

</details>
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