RobLucchi commented on issue #23251: URL: https://github.com/apache/superset/issues/23251#issuecomment-1485873878
@cesar-loadsmart I think the issue is when you are using: `mssql+pymssql://<user>:<password>@<host>/?charset=utf8 `or `mssql+pymssql://<user>:<password>@<host>:<port> ` it connects to the master database, not your actual database which I tested by making it like this: `mssql+pymssql://<user>:<password>@<host>:<port>/master ` it worked perfectly but when changing the DB to the required one I got the same error -- 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]
