Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/cubejs-api-gateway/src/gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1707,13 +1707,13 @@ class ApiGateway {
context.signedWithPlaygroundAuthSecret
? {
refreshKeyValues: response.refreshKeyValues,
usedPreAggregations: response.usedPreAggregations,
transformedQuery: sqlQuery.canUseTransformedQuery,
requestId: context.requestId,
}
: null
),
annotation,
requestId: context.requestId,
usedPreAggregations: response.usedPreAggregations,
dataSource: response.dataSource,
dbType: response.dbType,
extDbType: response.extDbType,
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-docker/local.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DEV_BUILD_IMAGE=cubejs/cube:build
ARG DEV_BUILD_IMAGE=cubejs/cube:dev

FROM $DEV_BUILD_IMAGE as build
FROM node:20.19.0-bookworm-slim
Expand Down
Loading