Skip to content

Commit b74931c

Browse files
committed
Use query annotation for Trino
1 parent 4ed0ad3 commit b74931c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redash/query_runner/trino.py

+1-1
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)