Hello,
When I try example in example4_custom_functions.py
and put 'filter(.city == "New York") | times(.age)' in query, I got:
SyntaxError: Unknown function "times"
In fact custom functions seems to not work in queries with pipe...
Is it possible to fix that?
Thanks