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 f26f019 commit b7ddccbCopy full SHA for b7ddccb
packages/cubejs-schema-compiler/src/compiler/DataSchemaCompiler.ts
@@ -647,6 +647,9 @@ export class DataSchemaCompiler {
647
errorsReport.addErrors(res.errors);
648
errorsReport.addWarnings(res.warnings);
649
650
+ file.content = res.content;
651
+ file.convertedToJs = true;
652
+
653
return { ...file, content: res.content };
654
} else {
655
const transpiledFile = this.yamlCompiler.transpileYamlFile(file, errorsReport);
0 commit comments