betodealmeida commented on a change in pull request #14416:
URL: https://github.com/apache/superset/pull/14416#discussion_r623179915
##########
File path: superset/db_engine_specs/mysql.py
##########
@@ -42,13 +42,13 @@
# Regular expressions to catch custom errors
CONNECTION_ACCESS_DENIED_REGEX = re.compile(
- "Access denied for user '(?P<username>.*?)'@'(?P<hostname>.*?)'. "
+ "Access denied for user '(?P<username>.*?)'@'(?P<hostname>.*?)' "
Review comment:
```suggestion
"Access denied for user '(?P<username>.*?)'@'(?P<hostname>.*?)'"
```
--
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]