fix: SSH Tunnel creation with dynamic form (#24196)

(cherry picked from commit 226c7f807d)
This commit is contained in:
Hugh A. Miles II
2023-07-02 23:48:48 -04:00
committed by Elizabeth Thompson
parent 0bc0865692
commit f3bb63be26
11 changed files with 188 additions and 127 deletions

View File

@@ -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,