MApeldoorn commented on issue #10199: URL: https://github.com/apache/incubator-superset/issues/10199#issuecomment-671887268
> What does your connection string look like? What SQL dialect is this most like? Hive? > You probably want to add a new module here: > https://github.com/apache/incubator-superset/tree/master/superset/db_engine_specs It worked for me. I copied the mssql.py db_engine_specs, renamed it to sqlalchemy_sqlany. Only thing I had to fix after that was replace the "0" within DATEADD and DATEDIFF. The results these functions get comparing to todays datetime is giving an error (probably too high value). Replacing "0" by e.g. '2020-01-01' did the trick. ---------------------------------------------------------------- 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]
