-
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.
chore(docs): remove preview warning for async data client (#945)
* remove preview from READMEs * removed preview warning from docstrings * added note to data_api page
- Loading branch information
1 parent
3badd48
commit 1cc1ff7
Showing
4 changed files
with
11 additions
and
44 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
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
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