sfirke commented on issue #14944: URL: https://github.com/apache/superset/issues/14944#issuecomment-1371383553
This is an old issue but as of Superset 2.0.0 I'm connecting fine to MSSQL databases in Superset, running on docker. I'm using pymssql. I have `pymssql` in a line in the file */docker/requirements-local.txt* so it gets installed, then in Superset my SQLALCHEMY URI is `mssql+pymssql://username:pwd@database_path:1433/database_name`. If you or others are unable to connect to Microsoft SQL Server (as a database source, not as the metadata store which is not supported) in Superset 2.0.0 please reply and this can be reopened. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
