mirror of
https://github.com/valitydev/redash.git
synced 2024-11-08 09:53:59 +00:00
Add Query Results to the default query runners list.
This commit is contained in:
parent
1cbf09cbbe
commit
7197370ad4
@ -222,7 +222,8 @@ default_query_runners = [
|
||||
'redash.query_runner.jql',
|
||||
'redash.query_runner.google_analytics',
|
||||
'redash.query_runner.axibase_tsd',
|
||||
'redash.query_runner.salesforce'
|
||||
'redash.query_runner.salesforce',
|
||||
'redash.query_runner.query_results'
|
||||
]
|
||||
|
||||
enabled_query_runners = array_from_string(os.environ.get("REDASH_ENABLED_QUERY_RUNNERS", ",".join(default_query_runners)))
|
||||
|
Loading…
Reference in New Issue
Block a user