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 d8c46f5 commit 1b7d3ceCopy full SHA for 1b7d3ce
packages/cubejs-schema-compiler/src/compiler/DataSchemaCompiler.ts
@@ -757,9 +757,7 @@ export class DataSchemaCompiler {
757
758
this.compiledYamlCache.set(cacheKey, res.content);
759
760
- this.compiledYamlCache.set(cacheKey, res.content);
761
-
762
- return { ...file };
+ return { ...file, content: res.content };
763
} else {
764
const transpiledFile = this.yamlCompiler.transpileYamlFile(file, errorsReport);
765
0 commit comments