dpgaspar commented on issue #9600: URL: https://github.com/apache/incubator-superset/issues/9600#issuecomment-619803473
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. ---------------------------------------------------------------- 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]
