mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
add requirements
This commit is contained in:
@@ -67,7 +67,7 @@ class Hive(BaseSQLQueryRunner):
|
||||
def __init__(self, configuration):
|
||||
super(Hive, self).__init__(configuration)
|
||||
|
||||
def _get_tables(self, schema_dict):
|
||||
def _get_tables(self, schema):
|
||||
try:
|
||||
schemas_query = "show schemas"
|
||||
|
||||
|
||||
@@ -19,7 +19,10 @@ python-dateutil==2.4.2
|
||||
pytz==2015.7
|
||||
redis==2.7.5
|
||||
requests==2.3.0
|
||||
six==1.5.2
|
||||
botocore==1.4.4
|
||||
six==1.10.0
|
||||
dql==0.5.16
|
||||
dynamo3==0.4.7
|
||||
sqlparse==0.1.8
|
||||
wsgiref==0.1.2
|
||||
Flask-Script==0.6.6
|
||||
|
||||
Reference in New Issue
Block a user