We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed0ad3 commit b74931cCopy full SHA for b74931c
redash/query_runner/trino.py
@@ -45,7 +45,7 @@
45
46
class Trino(BaseQueryRunner):
47
noop_query = "SELECT 1"
48
- should_annotate_query = False
+ should_annotate_query = True
49
50
@classmethod
51
def configuration_schema(cls):
0 commit comments