Hi
I'm on druid 0.8.3, and druid query works well over realtime endpoint, the topN and groupBy query works well too
when I'm on superset 0.15.0, create my druid cluster, and get my datasource list after refresh_datasource using the following
coordinator endpoint druid/coordinator/v1
broker endpoint druid/v2
when I'm trying to edit my druid datasource with this url http://<superset-host>:8088/druiddatasourcemodelview/edit/2, it says 404
when I explore this druid datasource, it show full dimensions but only one metric count(*), no metrics I have defined in druid
when I'm on caravel==0.9.0, the druid datasource edit url works well, but the metrics i have defined in druid show in dimension list, not metrics list
so is there any best match superset/caravel version on druid 0.8.3 ?
thanks in advance