mirror of
https://github.com/apache/superset.git
synced 2026-04-25 02:55:07 +00:00
fix: SSH Tunnel configuration settings (#27186)
This commit is contained in:
@@ -38,6 +38,10 @@ class SSHTunnelInvalidError(CommandInvalidError):
|
||||
message = _("SSH Tunnel parameters are invalid.")
|
||||
|
||||
|
||||
class SSHTunnelDatabasePortError(CommandInvalidError):
|
||||
message = _("A database port is required when connecting via SSH Tunnel.")
|
||||
|
||||
|
||||
class SSHTunnelUpdateFailedError(UpdateFailedError):
|
||||
message = _("SSH Tunnel could not be updated.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user