python - Delete entities from a datastore table without knowing ancestor -


is possible delete entities datastore table without knowing ancestor? wish delete entities older specific date, there many different ancestors.

provided have indexed them queried date, can query entities date.

the query return entities of interest. can find out ancestor of given entity key - ancestor's key part of entity's key.


Comments