0

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

chukwuka mark
  • 154
  • 2
  • 11

1 Answers1

0

For that, you need to use ndb.query() – @gaefan comment

chukwuka mark
  • 154
  • 2
  • 11