feat: adding support for spanner request options tags#276
feat: adding support for spanner request options tags#276larkee merged 34 commits intogoogleapis:mainfrom vi3k6i5:spanner_request_options_2
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. |
larkee
left a comment
There was a problem hiding this comment.
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 🦕