damodhar-admin commented on issue #36183: URL: https://github.com/apache/superset/issues/36183#issuecomment-3552183081
Thanks @dosu. We already tried both drivers, but the issue is that neither pymssql nor pyodbc can actually be installed in the official Superset Docker image because it is based on Debian 12. On Debian 12, pymssql fails to compile on Python 3.10, and the Microsoft ODBC package msodbcsql18 (required for pyodbc) cannot be installed at all. Microsoft does not provide Debian 12 packages. Because of this, even if Superset still supports MSSQL in the code, the required drivers cannot be installed in the current official Docker environment, so MSSQL cannot be used. Could you please confirm if there is a recommended base image (Ubuntu or older Debian) that fully supports MSSQL driver installation? -- 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]
