-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
enhancementLEGACY. Use the Feature issue type insteadLEGACY. Use the Feature issue type insteadhelp wantedCommunity contributions are welcome.Community contributions are welcome.
Description
Given I have three cubes A, B, C, and D, which are related as follows:
A -> B -> D
A -> C -> D
In the query below, how does CubeJs determine the join path to D from A? Is there a way to hint that it goes through B and not C? Is there a way to hint this in a query without having to hack schema files?
{
measures: ['D.total'],
dimensions: ['A.id', 'A.name']
}It seems that it is up to CubeJs to determine how to join cubes which could impact results significantly. Anything I am missing in the docs?
paveltiunov, MattGson, nottix, emahuni and PoulpiFrnottix, emahuni and uni-3
Metadata
Metadata
Assignees
Labels
enhancementLEGACY. Use the Feature issue type insteadLEGACY. Use the Feature issue type insteadhelp wantedCommunity contributions are welcome.Community contributions are welcome.