dpgaspar opened a new pull request #9634: URL: https://github.com/apache/incubator-superset/pull/9634
### CATEGORY - [X] Bug Fix - [X] Enhancement (new features, refinement) - [ ] Refactor - [ ] Add tests - [ ] Build / Development Environment - [ ] Documentation ### SUMMARY When the connection scheme is composed by 2 elements "<type>+<drivername>://...." the error reported to the user is "Unexpected error occurred, please check your logs for details" and should be "Could not load database driver: ..." ### TEST PLAN - Create a database connection with: `something+dummy://someserver:9999/test` - Check that the error reported is "ERROR: Could not load database driver: something+dummy" ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Changes UI - [ ] Requires DB Migration. - [ ] Confirm DB Migration upgrade and downgrade tested. - [ ] Introduces new feature or API - [ ] Removes existing feature or API ### REVIEWERS ---------------------------------------------------------------- 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]
