apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
63.09k stars 13.97k forks source link

ERROR: Could not load database driver: AzureSynapseSpec #15700

Closed handita closed 3 years ago

handita commented 3 years ago

I have tested superset with this url sqlalchemy I have installed pip install pymssql

mssql+pymssql://sa@12345JK@127.0.0.1:1433/SKU

Actual results

It said ERROR: Could not load database driver: AzureSynapseSpec

Screenshots

How to reproduce the bug

  1. Go to 'Database'
  2. Click on '+ DATABASE'
  3. Add url to mssql uri
  4. See error image

Environment

(please complete the following information):

Checklist

Make sure to follow these steps before submitting your issue - thank you!

Additional context

I have googling with those keyword, But I can't find the answer.

srinify commented 3 years ago

H @handita this error is usually thrown when the database driver isn't installed / available in the same python context that Superset runs in.

I'm closing this for now, as this is not a bug but a configuration issue.

cyberop5 commented 2 years ago

Updated link for adding database drivers for Docker: [https://superset.apache.org/docs/databases/docker-add-drivers]()