Incorrect Use of Indexing on GCP Datastore
I’m a beginner with Datastore, and I’m having an indexing issue I was hoping y’all could help with. I’m using a google.cloud.nbd model called Program, and I want to check that contact_email
is not null and the value for property claimer_digest_email_frequency
is among a list of values. That Python code looks like this:
How can I limit the number of children records of a subcollection in GCP datastore query?
I have a data structure with collections and subcollections. Like below: