mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
fix variable name
This commit is contained in:
committed by
shinji.ichihara
parent
360028c01f
commit
6397b8ca1f
@@ -27,7 +27,7 @@ types_map = {
|
||||
}
|
||||
|
||||
class Mysql(BaseSQLQueryRunner):
|
||||
noop_method = "SELECT 1"
|
||||
noop_query = "SELECT 1"
|
||||
|
||||
@classmethod
|
||||
def configuration_schema(cls):
|
||||
|
||||
Reference in New Issue
Block a user