Skip to content

Commit

Permalink
Removed the code that disables the query annotations from Athena quer…
Browse files Browse the repository at this point in the history
…y runner.
  • Loading branch information
GAwadhwalAtlassian committed Jan 10, 2017
1 parent c635d9a commit 4d4822f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions redash/query_runner/athena.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 4d4822f

Please sign in to comment.