villebro commented on a change in pull request #9178: [core] Fix, sanitize
errors returned from testconn
URL:
https://github.com/apache/incubator-superset/pull/9178#discussion_r382135824
##########
File path: superset/views/database/validators.py
##########
@@ -36,7 +36,7 @@ def sqlalchemy_uri_validator(
except (ArgumentError, AttributeError):
raise exception(
_(
- "Invalid connnection string, a valid string follows: "
+ "Invalid connection string, a valid string usually follows: "
" 'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'"
Review comment:
Not yours, but the leading space is here, too.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]