Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow passing databaseId to Datastore methods #780

Open
farbodsz opened this issue Jul 6, 2024 · 0 comments
Open

Allow passing databaseId to Datastore methods #780

farbodsz opened this issue Jul 6, 2024 · 0 comments

Comments

@farbodsz
Copy link

farbodsz commented Jul 6, 2024

The Google Datastore REST API allows passing the datastoreId to its endpoints, in case the operation is on a database that is not '(default)'. For example - https://cloud.google.com/datastore/docs/reference/data/rest/v1/projects/runQuery

It would be great to have this as an optional parameter in the corresponding async client endpoints, for example this one.

Depending on how long this might take or when it might be prioritized, I'm happy to dedicate a bit of time to make the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant