I am trying to connect `superset` to Pinot using `...
# troubleshooting
a
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
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
broker port is 8000 I think
c
@Xiang Fu should we update the URL in this example: https://docs.pinot.apache.org/integrations/superset#adding-pinot-database
x
ic
it should be 8099 I think
let me update tit
c
and also mention it explicitly that it has to be externally addresable
or everything is on the same network bridge
x
it’s an example
in the doc, it mentions broker port
a
Thanks guys! That worked.