Skip to content

schema appended to query #39

@yousef199

Description

@yousef199

@aadel I am facing an issue when creating a dataset where the schema is appended to the query.

Superset Logs:

sqlglot.errors.ParseError: Invalid expression / Unexpected token. Line 2, Col: 14.

SELECT *

FROM default.ucm2

LIMIT 100

it appears that the issue is regarding the schema appended to the core name. it is mentioned that this shouldn't be an issue with version > 0.2.3.0, I've verified that the version used by the docker container is 0.2.4.0. As you can see the schema name default is getting appended to the query. I've verified that executing queries with sqllab works which means there are no connection issues with my solr envirnoment.

Envirnoment:
Superset: 5.0.0
sqlalchemy-solr: 0.2.4.0
postgres: 16

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions