You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yo...@apache.org on 2022/02/18 06:06:10 UTC

[superset] branch master updated: Update pinot docs with fixed pinot connection (#18800)

This is an automated email from the ASF dual-hosted git repository.

yongjiezhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 642e80c  Update pinot docs with fixed pinot connection (#18800)
642e80c is described below

commit 642e80cc640e8301d5e5abfdc9ef32c863a7870f
Author: Xiang Fu <xi...@gmail.com>
AuthorDate: Thu Feb 17 22:04:42 2022 -0800

    Update pinot docs with fixed pinot connection (#18800)
---
 docs/docs/databases/pinot.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/databases/pinot.mdx b/docs/docs/databases/pinot.mdx
index e68acd8..8d5b8c2 100644
--- a/docs/docs/databases/pinot.mdx
+++ b/docs/docs/databases/pinot.mdx
@@ -12,5 +12,5 @@ The recommended connector library for Apache Pinot is [pinotdb](https://pypi.org
 The expected connection string is formatted as follows:
 
 ```
-pinot+http://controller:5436/query?server=http://controller:5983/``
+pinot+http://<pinot-broker-host>:<pinot-broker-port>/query?controller=http://<pinot-controller-host>:<pinot-controller-port>/``
 ```