Nageshyr commented on issue #9600: URL: https://github.com/apache/incubator-superset/issues/9600#issuecomment-620052344
> What surprises me is that teradata limit should be using `TOP` here: https://github.com/apache/incubator-superset/blob/master/superset/db_engine_specs/teradata.py#L24 > > and then here: https://github.com/apache/incubator-superset/blob/master/superset/db_engine_specs/base.py#L395 > > So the limit keyword is applied by sqlalchemy dialect, that's why it's important to know the version of superset and your connector/dialect. Yet from the `pip freeze` output you sent, I see no entries for superset or teradata sqlalchemy dialect. I dont know if I am doing it right... But this what I get for version... ocalhost site-packages]$ superset --version Python 3.6.8 Flask 1.1.2 Werkzeug 1.0.1 ---------------------------------------------------------------- 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]
