'How to fix Druid Connectivity Error with Superset?
I am getting following error while configuring connection with Druid from Superset :
An error occurred while fetching databases:
{"_schema":[
"Engine spec \"DruidEngineSpec\" does not support being configured via individual parameters."
]}
Connection string being used is:
druid://admin:[email protected]:8888/druid/v2/sql
PyDruid is already installed on Superset VM.
Solution 1:[1]
Had the same error but with Oracle database, as Beto Dealmeida mentioned, seems to be a bug.
To fix this you should create a new database and change your dashboards accordingly.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Aramis NSR |
