Closed
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).