michael-s-molina commented on issue #30551: URL: https://github.com/apache/superset/issues/30551#issuecomment-2400601260
@betodealmeida @sadpandajoe I was able to confirm that the root cause for the error is because we have custom database engine spec which does not map to any SQLGlot dialect in [SQLGLOT_DIALECTS](https://github.com/apache/superset/blob/master/superset/sql_parse.py) and end up using the default dialect which does not support backticks. We'll need a way to extend the [SQLGLOT_DIALECTS](https://github.com/apache/superset/blob/master/superset/sql_parse.py) from the configs to support this use case. I'll work on a fix for this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
