mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: SSH Tunnel creation with dynamic form (#24196)
(cherry picked from commit 226c7f807d)
This commit is contained in:
committed by
Elizabeth Thompson
parent
0bc0865692
commit
f3bb63be26
@@ -1773,6 +1773,10 @@ class BasicParametersSchema(Schema):
|
||||
encryption = fields.Boolean(
|
||||
required=False, description=__("Use an encrypted connection to the database")
|
||||
)
|
||||
ssh = fields.Boolean(
|
||||
required=False,
|
||||
metadata={"description": __("Use an ssh tunnel connection to the database")},
|
||||
)
|
||||
|
||||
|
||||
class BasicParametersType(TypedDict, total=False):
|
||||
|
||||
Reference in New Issue
Block a user