Skip to content

Commit 1f37900

Browse files
committed
Change should_annotate_query to True
1 parent 67a95e9 commit 1f37900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redash/query_runner/trino.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
class Trino(BaseQueryRunner):
4747
noop_query = "SELECT 1"
48-
should_annotate_query = False
48+
should_annotate_query = True
4949

5050
@classmethod
5151
def configuration_schema(cls):

0 commit comments

Comments
 (0)