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

This commit is contained in:
Hugh A. Miles II
2023-07-02 23:48:48 -04:00
committed by GitHub
parent 946aacc12e
commit 226c7f807d
11 changed files with 188 additions and 127 deletions

View File

@@ -2888,6 +2888,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,
@@ -2962,6 +2966,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,
@@ -3036,6 +3044,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,