hughhhh commented on a change in pull request #13223:
URL: https://github.com/apache/superset/pull/13223#discussion_r580261550
##########
File path: superset/databases/api.py
##########
@@ -607,6 +608,7 @@ def test_connection( # pylint:
disable=too-many-return-statements
TestConnectionDatabaseCommand(g.user, item).run()
return self.response(200, message="OK")
except DatabaseTestConnectionFailedError as ex:
+ logger.warning(ex)
Review comment:
this log will read out the following:
`WARNING:superset.databases.api:Could not load database driver:
mssql+pymssql`
----------------------------------------------------------------
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]