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

datastore: snapshot reads for GetAll queries #11012

Open
mrdomino opened this issue Oct 18, 2024 · 0 comments
Open

datastore: snapshot reads for GetAll queries #11012

mrdomino opened this issue Oct 18, 2024 · 0 comments
Assignees
Labels
api: datastore Issues related to the Datastore API. triage me I really want to be triaged.

Comments

@mrdomino
Copy link

Is your feature request related to a problem? Please describe.

When you make a client with WithReadOptions(datastore.ReadTime()), this read time is not respected for aggregate queries. It looks like this just never got added in #6755, which only added snapshot reads for the individual accessors.

Describe the solution you'd like

It'd be great to be able to do a GetAll at a specific time that shows all of a certain entity type at that time.

@mrdomino mrdomino added the triage me I really want to be triaged. label Oct 18, 2024
@product-auto-label product-auto-label bot added the api: datastore Issues related to the Datastore API. label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the Datastore API. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

2 participants