#14881: PinotDB Docs (#14882)

* 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:
Supan Shah 2024-02-13 13:59:23 +05:30 committed by GitHub
parent aeb5fbe303
commit 4915d6884b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -34,23 +34,23 @@
},
"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"
},
"password": {
"title": "Password",
"description": "password to connect to the PinotDB.",
"description": "password to connect to the PinotDB.",
"type": "string",
"format": "password"
},
"hostPort": {
"title": "Host and Port",
"description": "Host and port of the PinotDB service.",
"title": "Pinot Broker Host and Port",
"description": "Host and port of the PinotDB Broker service.",
"type": "string"
},
"pinotControllerHost": {
"title": "Pinot Broker Host and Port",
"description": "Pinot Broker Host and Port of the data source.",
"title": "Pinot Controller Host and Port",
"description": "Pinot Controller Host and Port of the data source.",
"type": "string"
},
"database": {

View File

@ -27,7 +27,7 @@ password to connect to the PinotDB.
$$
$$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`.
@ -37,7 +37,7 @@ $$
$$section
### Pinot Controller Host $(id="pinotControllerHost")
Pinot Broker Host and Port of the data source.
Pinot Controller Host and Port of the data source.
$$
$$section