mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 09:27:23 -05:00
Merge pull request #1140 from getredash/random
Fix: Hive should use the enabled variable
This commit is contained in:
@@ -64,6 +64,10 @@ class Hive(BaseSQLQueryRunner):
|
||||
def type(cls):
|
||||
return "hive"
|
||||
|
||||
@classmethod
|
||||
def enabled(cls):
|
||||
return enabled
|
||||
|
||||
def __init__(self, configuration):
|
||||
super(Hive, self).__init__(configuration)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user