googleapis / python-datastore

Apache License 2.0
79 stars 44 forks source link

Headers are not the same between DatastoreAsyncClient and DatstoreClient #544

Open mahdilamb opened 3 months ago

mahdilamb commented 3 months ago

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

daniel-sanche commented 1 month ago

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

daniel-sanche commented 2 weeks ago

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