Issue Summary

How can we enable the default limit GUI on the web for presto/trino connectors?

Technical details:

  • Redash Version: 10
  • Browser/OS: Mozilla Firefox
  • How did you install Redash: Docker Compose

It appears automatically for any query runner that extends BaseSQLQueryRunner. It looks like the Trino query runner was not written to extend this class (it extends BaseQueryRunner instead). So it will need to be refactored to enable this behaviour.