-
Notifications
You must be signed in to change notification settings - Fork 90
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: adding support for spanner request options tags #276
Conversation
System tests are failure is expected because of pending feature release. Added sleep time of 200 seconds before looking up the tags in db. Just for validation it's okay for now, this will have to be fixed before we merge with mainline. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some comments with more details on transactions.
Additionally, we discussed adding validation but had difficulties due to class inheritance. I think if we add a _read_only
attribute to _SnapshotBase
and Transaction
which is set to True
and False
respectively, similar to _multi_use
, then we should be able to add validation for the request_options
.
No region tags are edited in this PR.This comment is generated by snippet-bot.
|
Made these changes as well. |
…ion tag in supported classes
…ion tag in supported classes
@thiagotnunes I ran out of time to review this before I go on vacation. Would you please be able to review and approve on Monday? |
feat: add missing tagging support
Adding request options to relevant methods and adding unit tests for the same.
Fixes #253 🦕