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 67a1361 commit 244dabbCopy full SHA for 244dabb
packages/cubejs-schema-compiler/src/compiler/DataSchemaCompiler.ts
@@ -709,9 +709,6 @@ export class DataSchemaCompiler {
709
return undefined;
710
}
711
712
- // We update the yaml file content to the transpiled js content
713
- // and raise related flag so it will go JS transpilation flow afterward
714
- // avoiding costly YAML/Python parsing again.
715
private async transpileYamlFile(
716
file: FileContent,
717
errorsReport: ErrorReporter,
0 commit comments