mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: initial work to make v1 API compatible with SIP-40 and SIP-41 (#13960)
* WIP * Use errorhandler * Add response schema * Fix status on HTTPException * s/found/encountered/g * Fix test * Fix lint * Fix lint and test
This commit is contained in:
@@ -118,6 +118,7 @@ class DatabaseDeleteFailedReportsExistError(DatabaseDeleteFailedError):
|
||||
|
||||
|
||||
class DatabaseTestConnectionFailedError(CommandException):
|
||||
status = 422
|
||||
message = _("Connection failed, please check your connection settings")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user