This PR fixes the incorrect SQL query generation for queries using preaggregation with type: rollup_lambda, which include dimensions from the joined cubes.
Check List
[x] Tests has been run in packages where changes made if available
[x] Linter has been run for changed code
[x] Tests for the changes have been added if not covered yet
This PR fixes the incorrect SQL query generation for queries using preaggregation with
type: rollup_lambda
, which include dimensions from the joined cubes.Check List