UTTARANB opened a new issue #3820: Error connecting to Oracle DB URL: https://github.com/apache/incubator-superset/issues/3820 Hi, I am trying to create a connection to an Oracle DB using the following URI oracle://USER1:PASSWORD1@HOST-SCAN:1521/SRVN. Test Connection shows the following error ERROR: {"error": "Connection failed!\n\nThe error message returned was:\n'NoneType' object has no attribute 'get_password_masked_url_from_uri'"} 2017-11-09 13:19:47,109:INFO:werkzeug:127.0.0.1 - - [09/Nov/2017 13:19:47] "POST /superset/testconn HTTP/1.1" 500 - 2017-11-09 13:20:04,154:ERROR:root:'NoneType' object has no attribute 'get_password_masked_url_from_uri' Traceback (most recent call last): File "c:\Users\49426\venv\lib\site-packages\superset\views\core.py", line 1452, in testconn masked_url = database.get_password_masked_url_from_uri(uri) AttributeError: 'NoneType' object has no attribute 'get_password_masked_url_from_uri' 2017-11-09 13:20:04,157:INFO:werkzeug:127.0.0.1 - - [09/Nov/2017 13:20:04] "POST /superset/testconn HTTP/1.1" 500 - What could I be doing incorrectly? PLease Help.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
