You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
The following query throws an exception (a work around I tried for the second issue):
list(Base.query().fetch(projection=["class"]))
The Exception:
File "<env>/site-packages/google/cloud/ndb/model.py", line 4721, in _lookup_model
).format(kind)
google.cloud.ndb.model.KindError: No model class found for the kind 'd'. Did you forget to import it?
Would love to hear of any solution I could use for the meantime (other than removing projection...)
Thanks!