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 963c96c commit c95872cCopy full SHA for c95872c
packages/cubejs-schema-compiler/src/compiler/CubeSymbols.ts
@@ -642,7 +642,7 @@ export class CubeSymbols {
642
try {
643
const deps: any[] = [];
644
this.resolveSymbolsCall(sql, (name) => {
645
- deps.push({ name, parent: undefined });
+ deps.push({ name });
646
const resolvedSymbol = this.resolveSymbol(
647
cubeName,
648
name
0 commit comments