Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add databoost enabled property for batch transactions #892

Merged
merged 18 commits into from
Apr 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update google/cloud/spanner_v1/snapshot.py
Co-authored-by: Rajat Bhatta <[email protected]>
  • Loading branch information
asthamohta and rajatbhatta committed Apr 6, 2023
commit ec7d66e4976b327f8e32891dd93a2bb6698a558a
2 changes: 1 addition & 1 deletion google/cloud/spanner_v1/snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def read(

:type data_boost_enabled:
:param data_boost_enabled:
(Optional) If this is for a partitioned query and this field is
(Optional) If this is for a partitioned read and this field is
set ``true``, the request will be executed via offline access.
If the field is set to ``true`` but the request does not set
``partition_token``, the API will return an
Expand Down