mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-17 22:21:00 +00:00
* ISSUE-14881: PinotDB Test Connection Success * Update ingestion/src/metadata/ingestion/source/database/pinotdb/connection.py * Update ingestion/src/metadata/ingestion/source/database/pinotdb/connection.py --------- Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
This commit is contained in:
parent
aeb5fbe303
commit
4915d6884b
@ -34,23 +34,23 @@
|
|||||||
},
|
},
|
||||||
"username": {
|
"username": {
|
||||||
"title": "Username",
|
"title": "Username",
|
||||||
"description": "username to connect to the PinotDB. This user should have privileges to read all the metadata in PinotDB.",
|
"description": "username to connect to the PinotDB. This user should have privileges to read all the metadata in PinotDB.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"password": {
|
"password": {
|
||||||
"title": "Password",
|
"title": "Password",
|
||||||
"description": "password to connect to the PinotDB.",
|
"description": "password to connect to the PinotDB.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "password"
|
"format": "password"
|
||||||
},
|
},
|
||||||
"hostPort": {
|
"hostPort": {
|
||||||
"title": "Host and Port",
|
"title": "Pinot Broker Host and Port",
|
||||||
"description": "Host and port of the PinotDB service.",
|
"description": "Host and port of the PinotDB Broker service.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"pinotControllerHost": {
|
"pinotControllerHost": {
|
||||||
"title": "Pinot Broker Host and Port",
|
"title": "Pinot Controller Host and Port",
|
||||||
"description": "Pinot Broker Host and Port of the data source.",
|
"description": "Pinot Controller Host and Port of the data source.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"database": {
|
"database": {
|
||||||
|
@ -27,7 +27,7 @@ password to connect to the PinotDB.
|
|||||||
$$
|
$$
|
||||||
|
|
||||||
$$section
|
$$section
|
||||||
### Host Port $(id="hostPort")
|
### Pinot Broker Host Port $(id="hostPort")
|
||||||
|
|
||||||
This parameter specifies the host and port of the PinotDB instance. This should be specified as a string in the format `hostname:port`. For example, you might set the hostPort parameter to `localhost:8099`.
|
This parameter specifies the host and port of the PinotDB instance. This should be specified as a string in the format `hostname:port`. For example, you might set the hostPort parameter to `localhost:8099`.
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ $$
|
|||||||
$$section
|
$$section
|
||||||
### Pinot Controller Host $(id="pinotControllerHost")
|
### Pinot Controller Host $(id="pinotControllerHost")
|
||||||
|
|
||||||
Pinot Broker Host and Port of the data source.
|
Pinot Controller Host and Port of the data source.
|
||||||
$$
|
$$
|
||||||
|
|
||||||
$$section
|
$$section
|
||||||
|
Loading…
x
Reference in New Issue
Block a user