Closed handita closed 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.
If you're using Python + pip + virtual environments, make sure you pip install pymssql
in the same Python context that you're running Superset in.
If you're using Docker, you need to modify a requirements file and reload Docker or Docker Compose. You can read more about that here: https://superset.apache.org/docs/databases/dockeradddrivers
I'm closing this for now, as this is not a bug but a configuration issue.
Updated link for adding database drivers for Docker: [https://superset.apache.org/docs/databases/docker-add-drivers]()
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
Environment
(please complete the following information):
Superset 1.2.0
Python 3.9.5
v14.17.3
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.