-
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 'client_side_metrics_handlers' into client_side_metrics_…
…instrumentation
- Loading branch information
Showing
71 changed files
with
3,103 additions
and
646 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
Validating CODEOWNERS rules …
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,15 @@ | ||
# Copyright 2024 Google LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
issuePriority: p2 |
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
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.22.0" | ||
".": "2.23.0" | ||
} |
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 |
---|---|---|
|
@@ -20,6 +20,24 @@ Analytics, Maps, and Gmail. | |
.. _Client Library Documentation: https://googleapis.dev/python/bigtable/latest | ||
.. _Product Documentation: https://cloud.google.com/bigtable/docs | ||
|
||
|
||
Preview Async Data Client | ||
------------------------- | ||
|
||
:code:`v2.23.0` includes a preview 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`_. | ||
|
||
.. _issue tracker: https://github.com/googleapis/python-bigtable/issues | ||
|
||
Quick Start | ||
----------- | ||
|
||
|
@@ -94,14 +112,3 @@ Next Steps | |
to see other available methods on the client. | ||
- Read the `Product documentation`_ to learn | ||
more about the product and see How-to Guides. | ||
|
||
``google-cloud-happybase`` | ||
-------------------------- | ||
|
||
In addition to the core ``google-cloud-bigtable``, we provide a | ||
`google-cloud-happybase | ||
<http://google-cloud-python-happybase.readthedocs.io/en/latest/>`__ library | ||
with the same interface as the popular `HappyBase | ||
<https://happybase.readthedocs.io/en/latest/>`__ library. Unlike HappyBase, | ||
``google-cloud-happybase`` uses ``google-cloud-bigtable`` under the covers, | ||
rather than Apache HBase. |
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,11 @@ | ||
Async Data Client Preview | ||
========================= | ||
|
||
This new client is currently in preview, and is not recommended for production use. | ||
|
||
Synchronous API surface and usage examples coming soon | ||
|
||
Feedback and bug reports are welcome at [email protected], | ||
or through the Github `issue tracker`_. | ||
|
||
.. _issue tracker: https://github.com/googleapis/python-bigtable/issues |
Oops, something went wrong.