mirror of
https://github.com/apache/superset.git
synced 2026-05-23 08:45:45 +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
@@ -511,6 +511,10 @@ def test_base_parameters_mixin():
|
||||
"description": "Additional parameters",
|
||||
"additionalProperties": {},
|
||||
},
|
||||
"ssh": {
|
||||
"description": "Use an ssh tunnel connection to the database",
|
||||
"type": "boolean",
|
||||
},
|
||||
},
|
||||
"required": ["database", "host", "port", "username"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user