Make sure these boxes are checked before submitting your issue - thank you!

- [ x] I have checked the superset logs for python stacktraces and included it 
here as text if any
- [x ] I have reproduced the issue with at least the latest released version of 
superset
- [v ] I have checked the issue tracker for the same issue and I haven't found 
one similar


### Superset version


### Expected results

I am not able to test the connection for MS SQL Server database. 

I have installed pymssql but the SQL Alchecmy URI fails with error- pymssql 
module not found
mssql+pymssql://demouser:Demo1234@Server:1433/testing 

Similarly when I try it using pyodbc I m getting the same error for SQL 
Alchecmy URI - pyodbc module not found
mssql://demouser:[email protected]:1433/testing


### Actual results


### Steps to reproduce

1. I can connect to the database via python python
import pyodbc
>>> con = pyodbc.connect('DRIVER={ODBC Driver 17 for SQL 
>>> Server};SERVER=serverid;DATABASE=testing;UID=demouser;PWD=Demo1234')

But the same is failing at superset. Also when I try installing pip install 
pyodbc via root user that again fails with gcc error.

I am stuck now. Please suggest.




[ Full content available at: 
https://github.com/apache/incubator-superset/issues/6000 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to