PortalDB database connection is dialect #40073
Replies: 1 comment 5 replies
-
|
Hi @kamya7! I'm Dosu and I’m helping the superset team. The "dialect" error you're seeing when trying to connect your "PortalDB" database typically means the required database driver is not installed in your Superset environment. Superset uses SQLAlchemy under the hood, and each database type needs a specific Python driver package installed. Without it, Superset can't recognize the dialect in your connection URI. To fix this:
After installing the driver, restart Superset and try the connection again. Could you share what type of database "PortalDB" is and what SQLAlchemy URI you're using? That would help me give you the exact driver and URI format you need. To reply, just mention @dosu. Docs are dead. Just use Dosu. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@dosu Please help
Beta Was this translation helpful? Give feedback.
All reactions