mirror of
https://github.com/apache/superset.git
synced 2026-05-07 17:04:58 +00:00
feat: add extract_errors to Postgres (#13997)
* feat: add extract_errors to Postgres * Add unit tests * Fix lint * Fix unit tests
This commit is contained in:
@@ -131,3 +131,12 @@ Superset encountered an unexpected error.
|
||||
|
||||
Someething unexpected happened in the Superset backend. Please reach out
|
||||
to your administrator.
|
||||
|
||||
## Issue 1012
|
||||
|
||||
```
|
||||
The username provided when connecting to a database is not valid.
|
||||
```
|
||||
|
||||
The user provided a username that doesn't exist in the database. Please check
|
||||
that the username is typed correctly and exists in the database.
|
||||
|
||||
Reference in New Issue
Block a user