Skip to content

Wrong result by SQL Lab in Superset #54

Description

@uedahiro4

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions