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": {
|
"dbServiceName": {
|
||||||
"title": "Database Service Name",
|
"title": "Database Service Name",
|
||||||
"description": "Database Service to create lineage",
|
"description": "Database Service Name to create lineage",
|
||||||
"type": "string",
|
"type": "string"
|
||||||
"default": null
|
|
||||||
},
|
},
|
||||||
"connectionOptions": {
|
"connectionOptions": {
|
||||||
"title": "Connection Options",
|
"title": "Connection Options",
|
||||||
@ -61,8 +60,5 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": [
|
"required": ["hostPort", "username"]
|
||||||
"hostPort",
|
|
||||||
"username"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user