sosimon commented on issue #18423: URL: https://github.com/apache/beam/issues/18423#issuecomment-1897537691
This may or may not be applicable for Java, but for the Python SDK, I believe we can specify `projection = ["__key__"]` to do a keys-only query. It's not really documented though. Relevant bit of code: https://github.com/googleapis/python-datastore/blob/main/google/cloud/datastore/query.py#L463-L465 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
