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 1ac8cc0 commit 696e276Copy full SHA for 696e276
packages/cubejs-schema-compiler/src/compiler/DataSchemaCompiler.ts
@@ -724,6 +724,9 @@ export class DataSchemaCompiler {
724
errorsReport.addErrors(res.errors);
725
errorsReport.addWarnings(res.warnings);
726
727
+ file.content = res.content;
728
+ file.convertedToJs = true;
729
+
730
return { ...file, content: res.content };
731
} else {
732
return this.yamlCompiler.transpileYamlFile(file, errorsReport);
0 commit comments