From 4915d6884b45a2a1f80514ddcd93bef7c16ef39c Mon Sep 17 00:00:00 2001 From: Supan Shah <71488507+Supan90-Shah3006@users.noreply.github.com> Date: Tue, 13 Feb 2024 13:59:23 +0530 Subject: [PATCH] #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 --- .../connections/database/pinotDBConnection.json | 12 ++++++------ .../ui/public/locales/en-US/Database/PinotDB.md | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/pinotDBConnection.json b/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/pinotDBConnection.json index 9f2c5eb6dda..75b2089a6fb 100644 --- a/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/pinotDBConnection.json +++ b/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/pinotDBConnection.json @@ -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": { diff --git a/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/PinotDB.md b/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/PinotDB.md index 0d189a41be1..cbafd99e093 100644 --- a/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/PinotDB.md +++ b/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/PinotDB.md @@ -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