googleapis/python-datastore

Headers are not the same between DatastoreAsyncClient and DatstoreClient

mahdilamb opened this issue · 2 comments

The requests to the DatastoreAsyncClient currently fail as the headers do not contain the database_id. In the DatastoreClient, these are added.

Thanks for the report

The datastore_v1 files are all autogenerated, so we have to address this in the generation pipeline. I opened a bug to fix this there

This has been fixed upstream. We should be able to merge in the fix and get it in the next release