You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to connect superset to a remote Mariadb database. I've looked at the SQLAlchemy docs and it seems that the URI needed for this should be just like a mysql one.
I'm using the following URI: mysql+mysqldb://username:pwd@host/database
When I try to "Test Connection" the following lines appear on the server output:
Unexpected error name '_mysql' is not defined
ERROR:superset.views.core:Unexpected error name '_mysql' is not defined
This discussion was converted from issue #10495 on December 16, 2020 05:53.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm trying to connect superset to a remote Mariadb database. I've looked at the SQLAlchemy docs and it seems that the URI needed for this should be just like a mysql one.
I'm using the following URI: mysql+mysqldb://username:pwd@host/database
When I try to "Test Connection" the following lines appear on the server output:
I've followed the instructions in your documentation and installed the dependencies for mysql: https://superset.incubator.apache.org/installation.html?#database-dependencies
What am I missing?
Thanks in advance for any help regarding this matter.
Beta Was this translation helpful? Give feedback.
All reactions