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 7fba9e3 commit 13d0113Copy full SHA for 13d0113
packages/cubejs-schema-compiler/src/compiler/CubeToMetaTransformer.ts
@@ -135,7 +135,7 @@ export class CubeToMetaTransformer implements CompilerInterface {
135
136
private readonly cubeSymbols: CubeEvaluator;
137
138
- private readonly cubeEvaluator: CubeEvaluator;
+ public readonly cubeEvaluator: CubeEvaluator;
139
140
private readonly contextEvaluator: ContextEvaluator;
141
0 commit comments