luisyuburi opened a new issue #14944:
URL: https://github.com/apache/superset/issues/14944


   A clear and concise description of what the bug is.
   
   I am trying to connect Superset to MSSQL, I am using the pyodbc driver since 
pymssql gave me an error.
   
   The error it hosts is the following:
   ERROR: (pyodbc.InterfaceError) ('28000', "[28000] [Microsoft] [ODBC Driver 
17 for SQL Server] [SQL Server] Login failed for user 'myUser. (18456) 
(SQLDriverConnect)")
   (Background on this error at: http://sqlalche.me/e/13/rvf5)
   
   I've been searching the internet about this problem and it seems to be a 
parameterization problem that usually occurs in python (UID and PWD settings), 
but in this case I'm trying to enter from Superset, so I don't know how to fix 
that .
   
   
   It should be noted that from my Django project, I was able to connect 
without problems using pyodbc, the problem is to connect from Superset.
   
   ### Expected results
   
   Connection OK with MSQQL
   
   what you expected to happen.
   
   Successfully connect to my database
   
   ### Actual results
   
   ERROR: (pyodbc.InterfaceError) ('28000', "[28000] [Microsoft][ODBC Driver 17 
for SQL Server][SQL Server]Login failed for user 'rpa'. (18456) 
(SQLDriverConnect)")
   (Background on this error at: http://sqlalche.me/e/13/rvf5)
   
   what actually happens.
   
   It does not allow me to connect to SQL Server from Superset
   
   #### Screenshots
   
   https://i.stack.imgur.com/BAJhl.png
   
   If applicable, add screenshots to help explain your problem.
   
   
   
   (please complete the following information):
   
   - superset version: `Superset 0.999.0dev`
   - python version: `Python 3.7.9`
   - node.js version: `I dont have node`
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included 
it here as text if there are any.
   - [x] I have reproduced the issue with at least the latest released version 
of superset.
   - [x] I have checked the issue tracker for the same issue and I haven't 
found one similar.
   
   ### Additional context
   
   Add any other context about the problem here.
   


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to