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

feat: named db support #882

Merged
merged 7 commits into from Jul 25, 2023
Merged

feat: named db support #882

merged 7 commits into from Jul 25, 2023

Conversation

rwhogg
Copy link
Contributor

@rwhogg rwhogg commented May 24, 2023

Fixes #897

Requires consistency with googleapis/python-datastore#436 (comment) , in particular that queries do not accept specifying a database done

@rwhogg rwhogg requested review from a team as code owners May 24, 2023 17:45
@product-auto-label product-auto-label bot added the api: datastore Issues related to the googleapis/python-ndb API. label May 24, 2023
* feat: named database support

* tests: Run tests against named db
NDB doesn't use the autogenerated Datastore client class,
which is where the routing header info was added to python-datastore.

Instead, add it into _datastore_api
@rwhogg rwhogg changed the title DO-NOT-MERGE: multi-db to main feat: named db support Jun 27, 2023
@rwhogg rwhogg merged commit f5713b0 into main Jul 25, 2023
6 checks passed
@rwhogg rwhogg deleted the multi-db branch July 25, 2023 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the googleapis/python-ndb API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support named databases
3 participants