Skip to content

feat: named db support#882

Merged
rwhogg merged 7 commits intomainfrom
multi-db
Jul 25, 2023
Merged

feat: named db support#882
rwhogg merged 7 commits intomainfrom
multi-db

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 a review from a team May 24, 2023 17:45
@rwhogg rwhogg requested a review from a team as a code owner 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
rwhogg added 2 commits June 14, 2023 15:16
* 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 added 2 commits June 23, 2023 11:47
@rwhogg rwhogg changed the title DO-NOT-MERGE: multi-db to main feat: named db support Jun 27, 2023
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