You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so there is no "apply_auto_limit" feature for Trino Datasouce. But it could be supported from the box - just need replace BaseQueryRunner to BaseSQLQueryRunner in Trino declaration classs.
Steps to Reproduce
Go to query that use trino
"LIMIT 1000" checkbox is disabled
Technical details:
Redash Version: latest
Browser/OS: any
How did you install Redash: self hosted
The text was updated successfully, but these errors were encountered:
Issue Summary
trino class inherits from BaseQueryRunner (not from BaseSQLQueryRunner)
redash/redash/query_runner/trino.py
Line 46 in 2776992
so there is no "apply_auto_limit" feature for Trino Datasouce. But it could be supported from the box - just need replace BaseQueryRunner to BaseSQLQueryRunner in Trino declaration classs.
Steps to Reproduce
Technical details:
The text was updated successfully, but these errors were encountered: