mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-16 20:40:38 +00:00
Superset Connection Schema default fix (#4412)
This commit is contained in:
parent
c77d710cd3
commit
2a00870085
@ -46,9 +46,8 @@
|
||||
},
|
||||
"dbServiceName": {
|
||||
"title": "Database Service Name",
|
||||
"description": "Database Service to create lineage",
|
||||
"type": "string",
|
||||
"default": null
|
||||
"description": "Database Service Name to create lineage",
|
||||
"type": "string"
|
||||
},
|
||||
"connectionOptions": {
|
||||
"title": "Connection Options",
|
||||
@ -61,8 +60,5 @@
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"hostPort",
|
||||
"username"
|
||||
]
|
||||
"required": ["hostPort", "username"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user