https://pinot.apache.org/ logo
a

Arun Vasudevan

05/12/2021, 9:32 PM
I am trying to connect
superset
to Pinot using
<pinot://pinot-broker:9000/query/sql?controller=http://pinot-controller:9000/>
But, I am getting the below error…
Copy code
ERROR: (builtins.NoneType) None
(Background on this error at: <http://sqlalche.me/e/13/dbapi>)
Could anyone assist?
Dockers running in my local
c

Chinmay Soman

05/12/2021, 9:38 PM
you might want to double check broker host and port and make sure its externally addressable using something like
-p 9000:9000
thankyou 1
from your screenshot - doesn't look like that's the case
x

Xiang Fu

05/12/2021, 10:17 PM
broker port is 8000 I think
c

Chinmay Soman

05/12/2021, 10:19 PM
@Xiang Fu should we update the URL in this example: https://docs.pinot.apache.org/integrations/superset#adding-pinot-database
x

Xiang Fu

05/12/2021, 10:19 PM
ic
it should be 8099 I think
let me update tit
c

Chinmay Soman

05/12/2021, 10:19 PM
and also mention it explicitly that it has to be externally addresable
or everything is on the same network bridge
x

Xiang Fu

05/12/2021, 10:21 PM
it’s an example
in the doc, it mentions broker port
a

Arun Vasudevan

05/13/2021, 1:48 AM
Thanks guys! That worked.