You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/07/15 01:29:46 UTC

[GitHub] [superset] handita opened a new issue #15700: ERROR: Could not load database driver: AzureSynapseSpec

handita opened a new issue #15700:
URL: https://github.com/apache/superset/issues/15700


   I have tested superset with this url sqlalchemy
   
   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](https://user-images.githubusercontent.com/2508835/125713554-d2b72b8f-2b49-4a05-9e3d-14c9e7de0028.png)
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: `Superset 1.2.0`
   - python version: `Python 3.9.5`
   - node.js version: `v14.17.3`
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [ ] I have reproduced the issue with at least the latest released version of superset.
   - [ ] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   I have googling with those keyword, But I can't find the answer.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] srinify commented on issue #15700: ERROR: Could not load database driver: AzureSynapseSpec

Posted by GitBox <gi...@apache.org>.
srinify commented on issue #15700:
URL: https://github.com/apache/superset/issues/15700#issuecomment-882594291


   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] srinify commented on issue #15700: ERROR: Could not load database driver: AzureSynapseSpec

Posted by GitBox <gi...@apache.org>.
srinify commented on issue #15700:
URL: https://github.com/apache/superset/issues/15700#issuecomment-882594291


   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] srinify closed issue #15700: ERROR: Could not load database driver: AzureSynapseSpec

Posted by GitBox <gi...@apache.org>.
srinify closed issue #15700:
URL: https://github.com/apache/superset/issues/15700


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] srinify closed issue #15700: ERROR: Could not load database driver: AzureSynapseSpec

Posted by GitBox <gi...@apache.org>.
srinify closed issue #15700:
URL: https://github.com/apache/superset/issues/15700


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] srinify commented on issue #15700: ERROR: Could not load database driver: AzureSynapseSpec

Posted by GitBox <gi...@apache.org>.
srinify commented on issue #15700:
URL: https://github.com/apache/superset/issues/15700#issuecomment-882594291


   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] cyberop5 commented on issue #15700: ERROR: Could not load database driver: AzureSynapseSpec

Posted by GitBox <gi...@apache.org>.
cyberop5 commented on issue #15700:
URL: https://github.com/apache/superset/issues/15700#issuecomment-1086332490


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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] srinify closed issue #15700: ERROR: Could not load database driver: AzureSynapseSpec

Posted by GitBox <gi...@apache.org>.
srinify closed issue #15700:
URL: https://github.com/apache/superset/issues/15700


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org