mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
Add JQL to default enabled query runners.
This commit is contained in:
@@ -175,6 +175,7 @@ default_query_runners = [
|
||||
'redash.query_runner.sqlite',
|
||||
'redash.query_runner.dynamodb_sql',
|
||||
'redash.query_runner.mssql',
|
||||
'redash.query_runner.jql'
|
||||
]
|
||||
|
||||
enabled_query_runners = array_from_string(os.environ.get("REDASH_ENABLED_QUERY_RUNNERS", ",".join(default_query_runners)))
|
||||
|
||||
Reference in New Issue
Block a user