Skip to content

Commit f974823

Browse files
feat: add generated sync client (#1017)
1 parent 1193530 commit f974823

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+8448
-55
lines changed

.cross_sync/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ CrossSync provides a set of annotations to mark up async classes, to guide the g
6262

6363
### Code Generation
6464

65-
Generation can be initiated using `python .cross_sync/generate.py .`
65+
Generation can be initiated using `nox -s generate_sync`
6666
from the root of the project. This will find all classes with the `__CROSS_SYNC_OUTPUT__ = "path/to/output"`
6767
annotation, and generate a sync version of classes marked with `@CrossSync.convert_sync` at the output path.
6868

docs/async_data_client/async_data_usage.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/async_data_client/async_data_client.rst renamed to docs/data_client/async_data_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Bigtable Data Client Async
77
performance benefits, the codebase should be designed to be async from the ground up.
88

99

10-
.. autoclass:: google.cloud.bigtable.data._async.client.BigtableDataClientAsync
10+
.. autoclass:: google.cloud.bigtable.data.BigtableDataClientAsync
1111
:members:
1212
:show-inheritance:

docs/async_data_client/async_data_execute_query_iterator.rst renamed to docs/data_client/async_data_execute_query_iterator.rst

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/async_data_client/async_data_execute_query_metadata.rst renamed to docs/data_client/common_data_execute_query_metadata.rst

File renamed without changes.

docs/async_data_client/async_data_execute_query_values.rst renamed to docs/data_client/common_data_execute_query_values.rst

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)