Adrian Mróź

Results 113 comments of Adrian Mróź

Doesn’t `subsetFormula` solve your problem? So each client would get different configuration that has access to subset of Druid data?

No, it's not possible. You would need to setup different turnilo instance for each ID and inside config you would add specific `subsetFormula` with condition `customerID === 123` and so...

Turnilo doesn't provide feature like you want (dynamic filtering). Right now it has static filter which is implemented via plywood external filter. External filter must be static. So to implement...

I was thinking other day about this case. We have #521 right now, and here, proxy server passes some info to turnilo depending on user. So proxy server is responsible...

> As Marcin indicated on the slack channel, turnilo can spawn hundreds of druid topn queries for a single view, which would make parsing existing logs not as useful. But...

We don’t have view definition on backend. I think we should decode datasource, and filters/splits/basic measures from query.

In general - yes. Such warning/notification is a good idea and we would need some new mechanism and component for this. But I'm not sure if I know good way...

You can easily select desired days in fixed time filter tab and time shift of one week will just that - shift by 7 days. Only visible UI with "week...

In my opinion turnilo should be focused tool and it's main use is exploratory data analysis. Adding managed collections of reports will complicate tool, code and devops side. I think...

About second point, I have some thoughts - anything close to roadmap, but something I keep in the back of my head: I would like to give user ability to...