In SQL Lab in Superset, it replies zero result if you add the condition such as
SELECT *
FROM xapi_statements
WHERE "statement.actor.account.name" = 'admin';
But, below query replies all the record of all the record.
SELECT *
FROM xapi_statements;
Is this the bug of Superset?