mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 17:04:54 +00:00
Metabase UI fix (#4402)
This commit is contained in:
parent
cf8d677d82
commit
c51711d292
@ -34,6 +34,7 @@
|
||||
"hostPort": {
|
||||
"title": "Host and Port",
|
||||
"description": "Host and Port of Metabase instance.",
|
||||
"type": "string",
|
||||
"format": "uri"
|
||||
},
|
||||
"dbServiceName": {
|
||||
@ -47,8 +48,5 @@
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"hostPort",
|
||||
"username"
|
||||
]
|
||||
"required": ["hostPort", "username"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user