Adrian Mróź

Results 34 comments of Adrian Mróź

Let's organise our naming and patterns and figure out what we want. ## Definitions: - **Available** data cube - this is a data cube that user have access to -...

@mkuthan we have `/loadstatus` open in our Druid so we don't add authorisation to readiness endpoint. Is our approach universal?

Hi! It is intentional. Theta sketches are approximations and any numerical operation on approximated value would increase error margin. Because percents are calculated in post-transformation it would give very inaccurate...

Lets kill this PR. We should lift `dataset` from `BaseVisualisation` to `CubeView` so we don't need to "register" datasets. It is unwieldy. We would need some small change to visualisations....

Duplicate of #708 We can't specify `origin` because plywood does not support it.

I think we should define viz colours and do not use brand css variable. Also [NORMAL_COLORS](https://github.com/allegro/turnilo/blob/master/src/common/models/colors/colors.ts).

> I would like to get HTTP status end error message with root cause on UI I don't think that's correct. We should show user only actionable information. Right now...

> But at the end you will not be able to figure out what was the reason of the error if the user sends the screenshot with generic error only....

Error messages types on client * Persistent error: user can't do anything, maybe go back to previous view / home page / current viz with default params * Transient error:...

Hi! To be sure, don't you have messages like following, before one you posted? ``` Adding cluster manager for 'druid' with X dataCubes Connected to cluster 'druid' ``` If that's...