Aggergates not working with druid datasource (except count)

metabase version : 0.45.1
druid version: 0.23.0



Has anyone found solution to the above?

you're seeing this issue Druid: can't use count aggregation while grouping on a field named "count" · Issue #10670 · metabase/metabase · GitHub

Hey @Luiggi , seeing this issue even when I am aggregating "Amount" and doing group by on "pincode"

I think the native query generated by metabase is not correct. because after making a couple of changes in the generated native query it is working.
has anyone else also faced this problem ?

I was able to resolve this by adding this in druid configmap
druid_javascript_enabled: "true"