Skip to content

Commit 5cfc5a9

Browse files
authored
chore(cubeplanner): Rename CUBEJS_NATIVE_SQL_PLANNER env to CUBEJS_TESSERACT_SQL_PLANNER (#8844)
1 parent 20ed3e0 commit 5cfc5a9

File tree

1 file changed

+1
-1
lines changed
  • packages/cubejs-backend-shared/src

1 file changed

+1
-1
lines changed

packages/cubejs-backend-shared/src/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ const variables: Record<string, (...args: any) => any> = {
192192
scheduledRefreshBatchSize: () => get('CUBEJS_SCHEDULED_REFRESH_BATCH_SIZE')
193193
.default('1')
194194
.asInt(),
195-
nativeSqlPlanner: () => get('CUBEJS_NATIVE_SQL_PLANNER').asBool(),
195+
nativeSqlPlanner: () => get('CUBEJS_TESSERACT_SQL_PLANNER').asBool(),
196196

197197
/** ****************************************************************
198198
* Common db options *

0 commit comments

Comments
 (0)