SELECT action,
count(*) as times
FROM logs
WHERE action in ( {{ "'" + "','".join(filter_values('action_type')) + "'" }} )
GROUP BY 1 
It is not giving any result set in sql lab. can you explain where to write

[ Full content available at: 
https://github.com/apache/incubator-superset/pull/5547 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to