implydata / pivot

An interactive data exploration UI for Druid

Home Page:https://docs.imply.io/latest/pivot-overview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in displaying custom time granularities

TheMP opened this issue · comments

commented

Hi, I spotted a bug in the way pivot handles custom granularities. I've passed a custom granularities to my time dimension in config.yaml file:

granularities: ['PT1H','PT8H','PT12H', 'P1D','P1W']

Everything works just fine - if I use time dimension in split row in pivot UI, I can see and select all of the granularities I've defined.

However, when I change time filter in Filter row (to e.g. last 6H) then the time dimension is set back to be split by 5min buckets, even though I have not defined this granularity in granularities option

Hi, this should be fixed in 0.8.38!

commented

Great, thanks!