Issue
So I have a query that looks like
data = ndb.Key('Account', int(entity_id)).get()
is it possible to add a where clause and filter by other fields
Solution
For that, you need to use ndb.query() – @gaefan comment
Answered By - chukwuka mark
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.