From 1aaeb4b4904e17c5c56dcf1a2328dd3e894dc4de Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Tue, 6 Feb 2024 20:04:02 +0000 Subject: [PATCH] update readme wording --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 68159ce11..2bc151e95 100644 --- a/README.rst +++ b/README.rst @@ -24,12 +24,14 @@ Analytics, Maps, and Gmail. Preview Async Data Client ------------------------- -:code:`v2.23.0` includes a preview release of a new data client, accessible at `google.cloud.bigtable.data.BigtableDataClientAsync`. +: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. +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. -The new client is currently in preview, and is not recommended for production use. +:code:`BigtableDataClientAsync` is currently in preview, and is not recommended for production use. Feedback and bug reports are welcome at cbt-python-client-v3-feedback@google.com, or through the Github `issue tracker`_.