talkiq / gcloud-aio

(Asyncio OR Threadsafe) Google Cloud Client Library for Python
https://talkiq.github.io/gcloud-aio
264 stars 90 forks source link

feat(datastore): Support "IN" query filter #760

Closed onurdialpad closed 3 weeks ago

onurdialpad commented 1 month ago

Summary

Add support for "IN" filter so that Firestore in Datastore mode would be able to execute single query with IN filter instead of multiple parallel queries.

TheKevJames commented 3 weeks ago

(force merging -- tests pass on branch, but not for the PR -- details)