Igor Lukanin

Results 333 comments of Igor Lukanin

@eric-pierre I feel like you might find a wider audience if you ask this on https://slack.cube.dev in the `#self-hosting` channel. Also, maybe inviting @lvauvillier and @OpstimizeIcarus, authors of Cube-related Helm...

Hey @marxlow 👋 This is an interesting feature request—now I'm trying to understand whether it aligns with the fundamental premise of views that they don't define things (e.g., members) themselves...

In my opinion, it looks like the ability to define top-level meta in views pretty much solves the issue and provides the way forward here. View members would inherit their...

I'd love to hear what @paveltiunov thinks as well.

@marxlow @NatElkins Let me expand the pseudo code example above: ```javascript // Given 2 views view View1 { cubeA { includes: [ { name: 'some_dimension_with_different_behaviours_in_view' , //

@jlloyd-widen Great suggestion, thank you!

Hi @w1992wishes đź‘‹ I believe `initApp` (which is deprecated and not recommended for use) has no relation to this question. However, you can use `extend_context` (https://cube.dev/docs/reference/configuration/config#extend_context) to access some of...

I've tried to build the pre-aggregation from the following data model on v0.35.18 with Postgres, and it worked for me: ```javascript cube(`session`, { sql: ` SELECT 1 AS id, '2024-01-01T00:00:00.000Z'...

> error while getting created time for file "919-sgnl1jjo.parquet":creation time is not available for the filesystem @seatunneltrailuser What are you using a the filesystem? Could you please describe your setup?

Thanks for your contribution, @rdwoodring! I've assigned this to @paveltiunov so he can do a review.