Skip to content

Commit 9f7ad1b

Browse files
committed
fix(api-gateway): Remove pre-aggregation description from SQL push down queries
Signed-off-by: Alex Qyoun-ae <[email protected]>
1 parent 9274201 commit 9f7ad1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cubejs-api-gateway/src/gateway.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2005,6 +2005,8 @@ class ApiGateway {
20052005
...sqlQueries[0],
20062006
// TODO Can we just pass through data? Ensure hidden members can't be queried
20072007
aliasNameToMember: null,
2008+
// Mark that there are no pre-aggregations when SQL push down is used
2009+
preAggregations: [],
20082010
};
20092011

20102012
if (request.streaming) {

0 commit comments

Comments
 (0)