Laboltus

Results 11 comments of Laboltus

We now convert protobuf to avro format before writing the data to Kafka (using org.apache.avro.protobuf.ProtobufDatumWriter in our java app).

In this dropdown list of measures we see only the measures described in attributeOverrides section of the cube: How can we see auto-discovered measures there ?

No, there are only longSum and doubleSum

Sorry for misinformation, I just noticed that `attributeOverrides` is empty and all measures that I see in the dropdown list are described in `Measures` section. All other measures are discovered...

I don't sure what returns `isApproximate`. How can I check this ? Here is a typical ingestion spec: ``` { "type": "longSum", "name": "bad_actions", "fieldName": "bad_actions", "expression": null } ```

Is there a way to store a manually generated wildcard LE certificate to Redis so that resty-auto-ssl could use it ?

As I understand at the time we can dynamically restrict access to datacubes (via "x-turnilo-allow-datacubes" header) and to rows (via queryDecorator). Is there a way to dynamically hide columns ?

@erankor We use similar approach with proxy. But the issue with users rights we solved using brute force - just created separate docker container for each. Could you share your...