-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.triage meI really want to be triaged.I really want to be triaged.
Description
As of b343acf running
$ python regression/clear_datastore.py
fails because the backend returns
Exception: Request failed. Error was: queries inside transactions must have ancestors
To see an example query, insert the following:
>>> print query._pb
projection {
property {
name: "__key__"
}
}
kind {
name: "Character"
}
limit: 20I'm fairly certain the backend has changed, but I'm not 100% sure.
Either way, this isn't super pressing right now since there are lot's of ways to delete entities that were accidentally created.
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.triage meI really want to be triaged.I really want to be triaged.