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 c885649 commit 6f94d07Copy full SHA for 6f94d07
packages/cubejs-schema-compiler/src/adapter/BaseMeasure.ts
@@ -329,7 +329,7 @@ export class BaseMeasure {
329
330
public expressionPath(): string {
331
if (this.expression) {
332
- return `expr:${this.expression.expressionName}`;
+ return `expr:${this.expressionName}`;
333
}
334
const path = this.path();
335
if (path === null) {
packages/cubejs-schema-compiler/src/adapter/BaseSegment.ts
@@ -90,7 +90,7 @@ export class BaseSegment {
90
91
92
93
94
95
96
0 commit comments