mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 09:22:14 +00:00
Fix trino params for UI (#4498)
This commit is contained in:
parent
148d7f47ec
commit
b863d91360
@ -39,7 +39,7 @@
|
|||||||
},
|
},
|
||||||
"password": {
|
"password": {
|
||||||
"title": "Password",
|
"title": "Password",
|
||||||
"description": "password to connect to the Trino.",
|
"description": "password to connect to the Trino.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "password"
|
"format": "password"
|
||||||
},
|
},
|
||||||
@ -58,6 +58,22 @@
|
|||||||
"description": "Database of the data source. This is optional parameter, if you would like to restrict the metadata reading to a single database. When left blank, OpenMetadata Ingestion attempts to scan all the databases in the selected catalog.",
|
"description": "Database of the data source. This is optional parameter, if you would like to restrict the metadata reading to a single database. When left blank, OpenMetadata Ingestion attempts to scan all the databases in the selected catalog.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"proxies": {
|
||||||
|
"title": "Proxies",
|
||||||
|
"description": "Proxies for the connection to Trino data source",
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"params": {
|
||||||
|
"title": "URL Parameters",
|
||||||
|
"description": "URL parameters for connection to the Trino data source",
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
"connectionOptions": {
|
"connectionOptions": {
|
||||||
"title": "Connection Options",
|
"title": "Connection Options",
|
||||||
"$ref": "../connectionBasicType.json#/definitions/connectionOptions"
|
"$ref": "../connectionBasicType.json#/definitions/connectionOptions"
|
||||||
@ -66,16 +82,6 @@
|
|||||||
"title": "Connection Arguments",
|
"title": "Connection Arguments",
|
||||||
"$ref": "../connectionBasicType.json#/definitions/connectionArguments"
|
"$ref": "../connectionBasicType.json#/definitions/connectionArguments"
|
||||||
},
|
},
|
||||||
"proxies": {
|
|
||||||
"title": "Proxies",
|
|
||||||
"description": "Proxies for the connection to Trino data source",
|
|
||||||
"type": "object"
|
|
||||||
},
|
|
||||||
"params": {
|
|
||||||
"title": "URL Parameters",
|
|
||||||
"description": "URL parameters for connection to the Trino data source",
|
|
||||||
"type": "object"
|
|
||||||
},
|
|
||||||
"supportsMetadataExtraction": {
|
"supportsMetadataExtraction": {
|
||||||
"title": "Supports Metadata Extraction",
|
"title": "Supports Metadata Extraction",
|
||||||
"$ref": "../connectionBasicType.json#/definitions/supportsMetadataExtraction"
|
"$ref": "../connectionBasicType.json#/definitions/supportsMetadataExtraction"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user