Hi team, I’m using Superset query a pinot table, b...
# troubleshooting
t
Hi team, I’m using Superset query a pinot table, but the explore button are disabled for pinot table, other data sources works fine. Anyone know the reason?
x
Hmm, does run work?
Do you know what’s the call triggered for other data sources when click on the explorer
t
Run works, and it can return the right result.
I don’t know, maybe it’s because I’m using a pre-1.0 version of superset? What version of Superset officially support pinot?
x
it’s from long back 1.0 should have the support
as long as you installed the pinotdb lib
I figured that the
EXPLORE
button requires the support of subquery, which is not there in pinot.
So the suggestion is to use presto-pinot connector and here you can explore a presto table
which underlying querying pinot
E.g.
Then goes to:
here is the generated query for the
EXPLORE
:
t
thanks, I will try using presto in superset.