mistercrunch commented on issue #9600: URL: https://github.com/apache/incubator-superset/issues/9600#issuecomment-634435223
I think it's a sqlalchemy dialect issue, here's how it's implemented in the MSSQL dialect https://github.com/zzzeek/sqlalchemy/blob/master/lib/sqlalchemy/dialects/mssql/base.py#L1640-L1655 Something similar would have to be contributed here https://github.com/Teradata/sqlalchemy-teradata/blob/master/sqlalchemy_teradata/dialect.py ---------------------------------------------------------------- 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]
