betodealmeida commented on a change in pull request #14171:
URL: https://github.com/apache/superset/pull/14171#discussion_r614412826



##########
File path: superset/errors.py
##########
@@ -179,7 +179,13 @@ class SupersetErrorType(str, Enum):
         {
             "code": 1014,
             "message": _("Issue 1014 - Either the username or the password is 
wrong."),
-        }
+        },
+        {
+            "code": 1015,
+            "message": _(
+                "Issue 1015 - The database is " "spelled incorrectly or does 
not exist."

Review comment:
       ```suggestion
                   "Issue 1015 - The database is spelled incorrectly or does 
not exist."
   ```




-- 
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]

Reply via email to