We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ed3e0 commit 5cfc5a9Copy full SHA for 5cfc5a9
packages/cubejs-backend-shared/src/env.ts
@@ -192,7 +192,7 @@ const variables: Record<string, (...args: any) => any> = {
192
scheduledRefreshBatchSize: () => get('CUBEJS_SCHEDULED_REFRESH_BATCH_SIZE')
193
.default('1')
194
.asInt(),
195
- nativeSqlPlanner: () => get('CUBEJS_NATIVE_SQL_PLANNER').asBool(),
+ nativeSqlPlanner: () => get('CUBEJS_TESSERACT_SQL_PLANNER').asBool(),
196
197
/** ****************************************************************
198
* Common db options *
0 commit comments