Channels
test-channel-bot
pw-pinot
debug_upsert
feat-presto-connector
pinot-helix
troubleshooting
pinot-sketches
resources
roadmap
discuss-validation
minion-improvements
community
config-tuner
test-channel
fix-numerical-predicate
kinesis_help
pinot-perf-tuning
feat-partial-upsert
pinot_website_improvement_suggestions
segment-write-api
releases
devrel
pinot-trino
pinot-k8s-operator
release-certifier
udf-type-matching
transform-functions
release060
latency-during-segment-commit
feat-text-search
pinot-realtime-table-rebalance
inconsistent-segment
feat-rt-seg-complete
pinot-power-bi
flink-pinot-connector
pinotadls
twitter
minion-star-tree
pinot-rack-awareness
jobs
fix_llc_segment_upload
metrics-plugin-impl
linen_dev
complex-type-support
pinot-s3
feat-geo-spatial-index
feat-compound-types
v2_engine_beta_feedback
inconsistent-perf
metadata-push-api
feat-pravega-connector
enable-generic-offsets
announcements
feat-upsert
multiple_streams
feat-better-schema-evolution
fraud
onboarding
docs
aggregators
query-latency
s3-multiple-buckets
presto-pinot-connector
multi-region-setup
apa-16824
events
segment-cold-storage
odsc-europe-2022-workshop
bangalore-meetups
new-office-space
lp-pinot-poc
time-based-segment-pruner
group-by-refactor
pql-sql-regression
random
custom-aggregators
order-by
pinot-website
qps-metric
product-launch
dhill-date-seg
thirdeye-pinot
introductions
pinot-dev
getting-started
pinot-docsrus
daily-digest
general
Powered by
#troubleshooting
Title
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
https://github.com/apache/incubator-pinot/blob/master/docker/images/pinot-superset/Dockerfile
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
Post