Relative Content

Tag Archive for pythongoogle-cloud-platformgoogle-cloud-datastore

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: