Adrian Mróź

Results 34 comments of Adrian Mróź

> By the way, the setting `pageMustLoadTimeout` is not documented in turnilo/docs/configuration-cluster.md, it would be nice to add it there Good catch!

You mean line/bar-chart legend? I can do this: ![image](https://user-images.githubusercontent.com/78143552/106444300-db6d6000-647d-11eb-9d4d-4a29eaafdd82.png)

> @adrianmroz-allegro > I believe it is fixed in 1.33. I can see whole code structures in model/datacube.ts is changed. Not really, old code for introspection has not changed (https://github.com/allegro/turnilo/blob/master/src/common/models/data-cube/queryable-data-cube.ts#L54)...

I don't follow. If user set dimension or measure in config file, turnilo will respect your decision after introspection. It won't change it. If user didn't define dimension or measure,...

> In the `table` view, select a time range of more than one week, and click on the `W` in the `time shift`, and an error will be reported. The...

> @adrianmroz-allegro The second question, when you select a period of time and split by week, the start time of the week is Monday by default You're right! Sadly, plywood...

Hey, interesting take on this. I don't think that we would add something like that to turnilo, though. Maybe we should add some documentation/wiki how to add such decorator for...

We're not interested in different backends than Druid. We just don't have bandwidth for that in our team.

No, right now it is impossible to "hide" measures/dimensions dynamically. Config defines that statically.

Please note few things: 1. The '100' is not a hardcoded value. Default limit for Splits is chosen based on Dimension available limits. 2. Dimension limits are already customisable -...