我想在GoogleCloudDataFlow上使用googledatastore包从数据存储中读取。
但是,我在googledatastore文档中找不到“keys_only”查询。 http://googledatastore.readthedocs.io/en/latest/googledatastore.html
如何在googledatastore上设置“keys_only”?
使用投影查询
from googledatastore import helper
helper.add_projection(
query,
'__key__')