Skip to content

Support querying by ancestor key in gcloud.datastore #80

Closed
@jgeewax

Description

@jgeewax

Ideal syntax:

query = dataset.query().ancestor(key)
print query.fetch()

or

query = dataset.query().ancestor(['Kind', 'parent', 'Kind', 'child'])
print query.fetch()

Metadata

Metadata

Assignees

Labels

api: datastoreIssues related to the Datastore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions