-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into owl-bot-copy
- Loading branch information
Showing
74 changed files
with
1,524 additions
and
456 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,8 @@ | |
# limitations under the License. | ||
requestsize: | ||
enabled: true | ||
|
||
path: | ||
pullrequest: true | ||
paths: | ||
samples: "samples" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Blunderbuss config | ||
# | ||
# This file controls who is assigned for pull requests and issues. | ||
# Note: This file is autogenerated. To make changes to the assignee | ||
# team, please update `codeowner_team` in `.repo-metadata.json`. | ||
assign_issues: | ||
- googleapis/api-bigtable | ||
- googleapis/api-bigtable-partners | ||
|
||
assign_issues_by: | ||
- labels: | ||
- "samples" | ||
to: | ||
- googleapis/python-samples-reviewers | ||
- googleapis/api-bigtable | ||
- googleapis/api-bigtable-partners | ||
|
||
assign_prs: | ||
- googleapis/api-bigtable | ||
- googleapis/api-bigtable-partners |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nox |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.9 | ||
# by the following command: | ||
# | ||
# pip-compile --allow-unsafe --generate-hashes requirements.in | ||
# | ||
argcomplete==3.2.3 \ | ||
--hash=sha256:bf7900329262e481be5a15f56f19736b376df6f82ed27576fa893652c5de6c23 \ | ||
--hash=sha256:c12355e0494c76a2a7b73e3a59b09024ca0ba1e279fb9ed6c1b82d5b74b6a70c | ||
# via nox | ||
colorlog==6.8.2 \ | ||
--hash=sha256:3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44 \ | ||
--hash=sha256:4dcbb62368e2800cb3c5abd348da7e53f6c362dda502ec27c560b2e58a66bd33 | ||
# via nox | ||
distlib==0.3.8 \ | ||
--hash=sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784 \ | ||
--hash=sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64 | ||
# via virtualenv | ||
filelock==3.13.1 \ | ||
--hash=sha256:521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e \ | ||
--hash=sha256:57dbda9b35157b05fb3e58ee91448612eb674172fab98ee235ccb0b5bee19a1c | ||
# via virtualenv | ||
nox==2024.3.2 \ | ||
--hash=sha256:e53514173ac0b98dd47585096a55572fe504fecede58ced708979184d05440be \ | ||
--hash=sha256:f521ae08a15adbf5e11f16cb34e8d0e6ea521e0b92868f684e91677deb974553 | ||
# via -r requirements.in | ||
packaging==24.0 \ | ||
--hash=sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5 \ | ||
--hash=sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9 | ||
# via nox | ||
platformdirs==4.2.0 \ | ||
--hash=sha256:0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068 \ | ||
--hash=sha256:ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768 | ||
# via virtualenv | ||
virtualenv==20.25.1 \ | ||
--hash=sha256:961c026ac520bac5f69acb8ea063e8a4f071bcc9457b9c1f28f6b085c511583a \ | ||
--hash=sha256:e08e13ecdca7a0bd53798f356d5831434afa5b07b93f0abdf0797b7a06ffe197 | ||
# via nox |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "2.23.0" | ||
".": "2.23.1" | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,18 +21,16 @@ Analytics, Maps, and Gmail. | |
.. _Product Documentation: https://cloud.google.com/bigtable/docs | ||
|
||
|
||
Preview Async Data Client | ||
Async Data Client | ||
------------------------- | ||
|
||
:code:`v2.23.0` includes a preview release of the new :code:`BigtableDataClientAsync` client, accessible at the import path | ||
:code:`v2.23.0` includes a release of the new :code:`BigtableDataClientAsync` client, accessible at the import path | ||
:code:`google.cloud.bigtable.data`. | ||
|
||
The new client brings a simplified API and increased performance using asyncio, with a corresponding synchronous surface | ||
coming soon. The new client is focused on the data API (i.e. reading and writing Bigtable data), with admin operations | ||
remaining in the existing client. | ||
|
||
:code:`BigtableDataClientAsync` is currently in preview, and is not recommended for production use. | ||
|
||
Feedback and bug reports are welcome at [email protected], | ||
or through the Github `issue tracker`_. | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Bigtable Data Client Async | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
.. automodule:: google.cloud.bigtable.data._async.client | ||
:members: | ||
:show-inheritance: |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Custom Exceptions | ||
~~~~~~~~~~~~~~~~~ | ||
|
||
.. automodule:: google.cloud.bigtable.data.exceptions | ||
:members: | ||
:show-inheritance: |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Mutations | ||
~~~~~~~~~ | ||
|
||
.. automodule:: google.cloud.bigtable.data.mutations | ||
:members: | ||
:show-inheritance: |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Mutations Batcher Async | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
.. automodule:: google.cloud.bigtable.data._async.mutations_batcher | ||
:members: | ||
:show-inheritance: |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Read Modify Write Rules | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
.. automodule:: google.cloud.bigtable.data.read_modify_write_rules | ||
:members: | ||
:show-inheritance: |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Read Rows Query | ||
~~~~~~~~~~~~~~~ | ||
|
||
.. automodule:: google.cloud.bigtable.data.read_rows_query | ||
:members: | ||
:show-inheritance: |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Rows and Cells | ||
~~~~~~~~~~~~~~ | ||
|
||
.. automodule:: google.cloud.bigtable.data.row | ||
:members: | ||
:show-inheritance: |
Oops, something went wrong.