We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be5ec4 commit b4be3cbCopy full SHA for b4be3cb
redash/settings/__init__.py
@@ -392,7 +392,8 @@ def email_server_is_configured():
392
"redash.query_runner.firebolt",
393
"redash.query_runner.databend",
394
"redash.query_runner.nz",
395
- "redash.query_runner.arango"
+ "redash.query_runner.arango",
396
+ "redash.query_runner.powerbi",
397
]
398
399
enabled_query_runners = array_from_string(
requirements_all_ds.txt
@@ -36,6 +36,7 @@ azure-kusto-data==0.0.35
36
pyexasol==0.12.0
37
python-rapidjson==0.8.0
38
pyodbc==4.0.28
39
+msal==1.21.0
40
trino~=0.305
41
cmem-cmempy==21.2.3
42
xlrd==2.0.1
0 commit comments