Superset Connection Schema default fix (#4412)

This commit is contained in:
Ayush Shah 2022-04-23 22:34:31 +05:30 committed by GitHub
parent c77d710cd3
commit 2a00870085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]
}