mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
fix: SSH Tunnel creation with dynamic form (#24196)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user