Skip to content

datastore: async/await support #2

Closed
@c4rlo

Description

@c4rlo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: datastoreIssues related to the googleapis/python-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