googleapis/python-datastore

Support read_time in get and query

yixiaoshen opened this issue · 0 comments

Thanks for stopping by to let us know something could be better!

PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Datastore proto allows to use read_time (either directly used, or used in transaction_options for a read_only transaction) when getting entities or running a query. This issue tracks the effort to add read_time support to get and query in the Datastore Python SDK.