mirror of
https://github.com/apache/superset.git
synced 2026-05-11 10:55:43 +00:00
fix: SSH Tunnel creation with dynamic form (#24196)
(cherry picked from commit 226c7f807d)
This commit is contained in:
committed by
Michael S. Molina
parent
eb42fa7a2e
commit
1b41653d3b
@@ -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