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 has been archived by the owner on Sep 14, 2021. It is now read-only.
vars={"users": ({"age": 10, "name": "Bob"},{"age": 20, "name": "Alice"},{"age": 30, "name": "Eve"})}
print api.apply("SELECT name FROM users WHERE age > 10",vars)
ERROR: efilter.errors.EfilterKeyError: EfilterKeyError (users) in query 'SELECT name FROM >>> users <<< WHERE age > 10'
The text was updated successfully, but these errors were encountered:
vars={"users": ({"age": 10, "name": "Bob"},{"age": 20, "name": "Alice"},{"age": 30, "name": "Eve"})}
print api.apply("SELECT name FROM users WHERE age > 10",vars)
ERROR: efilter.errors.EfilterKeyError: EfilterKeyError (users) in query 'SELECT name FROM >>> users <<< WHERE age > 10'
The text was updated successfully, but these errors were encountered: