Marcin Kuthan

Results 48 comments of Marcin Kuthan

Thanks for quick response! Any advantages of exposing `f: BigQueryIO => BigQueryIO =>` over `saveAsCustomOutput`? Testability? Specialized IOs are useful, for different types different formatters / converters needs to be...

I agree with @adrianmroz, premature optimization is an antipattern. And as long as we do not have any performance automated tests the optimization is pointless. What we should do with...

What about existing external view functionality? It would be better to enhance external view feature instead of adding the new one.

Please remember about user experience when someone gets the link to the restricted data cube. Without access he/she gets 404 (not found) instead of 403 (unauthorised) because Turnilo client doesn't...

Before jumping to further discussion it would be better to check plywood and plywood-druid-requester - Turnilo could forward anything but if the underlying libraries do not support additional headers it...

Sorry for the late reply. We use the following Druid cluster settings: druid.auth.allowUnauthenticatedHttpOptions=true druid.auth.unsecuredPaths=["/status", "/druid/broker/v1/loadstatus", "/druid/historical/v1/loadstatus"] @wmeler - Could you apply similar approach? It seems to be more general, e.g...

@antropov0 - could you propose the mapping between Turnilo GUI actions and Druid join queries?

Clear, thanks for explanation. It looks like missing Druid feature - views or materialised views. There is an contrib extension but it was created before SQL Joins: https://druid.apache.org/docs/latest/development/extensions-contrib/materialized-view.html Please also...

Functions like YTD/MTD should be provided on database level (Druid). This is the only way to achieve efficient and correct implementation.

> @mkuthan : Agree that this would be an optimal solution; but an intermediate solution in between would help as well. Do you know if there are any plans to...