mirror of
https://github.com/apache/superset.git
synced 2026-05-24 09:15:19 +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
@@ -2437,6 +2437,10 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"description": "Additional parameters",
|
||||
"type": "object",
|
||||
},
|
||||
"ssh": {
|
||||
"description": "Use an ssh tunnel connection to the database",
|
||||
"type": "boolean",
|
||||
},
|
||||
"username": {
|
||||
"description": "Username",
|
||||
"nullable": True,
|
||||
@@ -2512,6 +2516,10 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"description": "Additional parameters",
|
||||
"type": "object",
|
||||
},
|
||||
"ssh": {
|
||||
"description": "Use an ssh tunnel connection to the database",
|
||||
"type": "boolean",
|
||||
},
|
||||
"username": {
|
||||
"description": "Username",
|
||||
"nullable": True,
|
||||
@@ -2587,6 +2595,10 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"description": "Additional parameters",
|
||||
"type": "object",
|
||||
},
|
||||
"ssh": {
|
||||
"description": "Use an ssh tunnel connection to the database",
|
||||
"type": "boolean",
|
||||
},
|
||||
"username": {
|
||||
"description": "Username",
|
||||
"nullable": True,
|
||||
|
||||
Reference in New Issue
Block a user