-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
requires validationThe issue requires validationThe issue requires validation
Description
@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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
requires validationThe issue requires validationThe issue requires validation