betodealmeida commented on code in PR #33473: URL: https://github.com/apache/superset/pull/33473#discussion_r2093296438
########## superset/db_engine_specs/kusto.py: ########## @@ -105,7 +106,6 @@ def convert_dttm( class KustoKqlEngineSpec(BaseEngineSpec): # pylint: disable=abstract-method - limit_method = LimitMethod.WRAP_SQL Review Comment: Kusto supports limit, no need to wrap the query. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
