JohnOmernik/sqlalchemy-drill

Can't load plugin: sqlalchemy.dialects:drill.sadrill for Superset in VirtualBox Ubuntu

Closed this issue · 0 comments

I had installed the sqlalchemy packages in my Virtual box with pip command and followed thedataist tutorial for setting up the connection.
pip lis command gave the below response
SQLAlchemy 2.0.15 sqlalchemy-drill 1.1.4 SQLAlchemy-Utils 0.41.1

Still when i start the superset in docker compose up, i get the error
sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:drill.sadrill

Any solution on this?