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 = {}