AAfghahi commented on a change in pull request #14146:
URL: https://github.com/apache/superset/pull/14146#discussion_r613703450
##########
File path: superset/db_engine_specs/mysql.py
##########
@@ -50,6 +50,9 @@
TEST_CONNECTION_HOST_DOWN_REGEX = re.compile(
"Can't connect to MySQL server on '(?P<hostname>.*?)'."
)
+TEST_CONNECTION_UNKNOWN_DATABASE_REGEX = re.compile(
+ "Unknown database '(?P<database>.*?)'."
+)
Review comment:
would it be better as just connection_ ?
--
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]