Igor Lukanin

Results 367 comments of Igor Lukanin

Hi @dada-engineer 👋 Thanks for filing this! Taking a second look at this, I see that it works (no error) with `many_to_one` for the join relationship, but would not work...

Hi @kevinleeTCA 👋 Let's clarify a few bits about your setup. I see that you use pre-aggregations and, at the same time, I see that you set `CUBEJS_CACHE_AND_QUEUE_DRIVER=memory`. Why would...

@kevinleeTCA How exactly are you blocked? Can you please explain?

@kevinleeTCA FYI, the `min` measure type is supposed to work with numeric values only. It is not correct to use it with time values: https://cube.dev/docs/reference/data-model/types-and-formats#min Your `minDate` should be of...

Related: https://github.com/cube-js/cube.js/issues/3485

Thanks for reporting @Kelvin4702. Let us investigate and get back to you.

@Kelvin4702 @Rmannn Could you please try v1.3.7 (latest)? I've tried to reproduce this on the latest and everything works as expected for me. Data model that I've used (with DuckDB):...