From 4d4822fcfb062714014281d666d5ddf8c10c0c08 Mon Sep 17 00:00:00 2001 From: Gaurav Awadhwal Date: Wed, 11 Jan 2017 10:05:07 +1100 Subject: [PATCH] Removed the code that disables the query annotations from Athena query runner. --- redash/query_runner/athena.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/redash/query_runner/athena.py b/redash/query_runner/athena.py index be67870798..4f94d94709 100644 --- a/redash/query_runner/athena.py +++ b/redash/query_runner/athena.py @@ -41,9 +41,6 @@ def configuration_schema(cls): 'secret': ['aws_secret_key'] } - @classmethod - def annotate_query(cls): - return False def get_schema(self, get_stats=False): schema = {}