-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
api: datastoreIssues related to the googleapis/python-datastore API.Issues related to the googleapis/python-datastore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
It would be awesome if the datastore library supported async
/await
style operations, e.g.:
entity = await client.get_async(key)
Something similar was previously suggested in googleapis/google-cloud-python#40. That was folded into googleapis/google-cloud-python#557, which isn't really the same thing, especially since ndb
does not support async
/await
with no plans to add this support (see googleapis/python-ndb#289).
dannymilsom, paulking86, WillsB3, jcox-dev, simonacca and 8 more
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the googleapis/python-datastore API.Issues related to the googleapis/python-datastore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.