Even if it's not going to be used, SQLAlchemy expects it that way. We experienced some problems with Airbnb's Caravel due to this problem. Compare: https://github.com/zzzeek/sqlalchemy/search?utf8=%E2%9C%93&q=limit_clause&type=Code With: https://github.com/Teradata/sqlalchemy-teradata/blob/master/sqlalchemy_teradata/compiler.py#L31
Even if it's not going to be used, SQLAlchemy expects it that way. We experienced some problems with Airbnb's Caravel due to this problem.
Compare:
https://github.com/zzzeek/sqlalchemy/search?utf8=%E2%9C%93&q=limit_clause&type=Code
With:
https://github.com/Teradata/sqlalchemy-teradata/blob/master/sqlalchemy_teradata/compiler.py#L31