codenamelxl commented on issue #14233: URL: https://github.com/apache/superset/issues/14233#issuecomment-859370022
https://github.com/apache/superset/blob/3456dd571ca705699766473e55ededd36c6f4dc7/superset/sql_parse.py#L212 This uses sqlparse.sql.remove_quotes() which does not remove backtick `` ` `` https://github.com/andialbrecht/sqlparse/issues/628 Maybe can override that function or send a PR to sqlparse instead. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
