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

Ken Krugler

04/02/2021, 6:15 PM
Has anyone been successful with using Superset and Pinot, when following the Superset manual installation steps at https://superset.apache.org/docs/installation/installing-superset-from-scratch? I finally got Superset running after some manual fixup, but when trying to connect Pinot as a database I get
Can't load plugin: sqlalchemy.dialects:http
, which makes me think my install is borked. And yes, I know Docker is the preferred solution here 🙂
x

Xiang Fu

04/02/2021, 7:00 PM
did you pip install pinotdb?
I only tried build docker image on top of superset official image
k

Ken Krugler

04/02/2021, 9:56 PM
Thanks @Xiang Fu - I guess I’ll give the Dockerfile a try next
x

Xiang Fu

04/03/2021, 12:00 AM
It’s based on an existing docker image, you may need to check how superset is packaging their image there