Hello everyone, We have a use case where we have to show the 90th, 95th and 99th percentile value of a dimension. I came across this https://druid.apache.org/docs/latest/development/extensions-core/datasketches-quantiles.html. Here we can add this extension to druid to get the 95th percentile aggregator. Is there any way to use this aggregator in Superset so that we can plot 90th, 95th, 99th percentile value of a dimension in a single chart or across multiple charts ? I found that we can define custom post agrregators in Superset for druid but not sure if we can define custom aggregators too.
Thanks, Bharat