Closed BenBirt closed 5 years ago
https://github.com/dataform-co/dataform/blob/master/api/commands/compile.ts#L55
We should really use the technique we use elsewhere, i.e. Promise.race(...).
fixed in https://github.com/dataform-co/dataform/commit/7fc5ab8f3de5fb471e61b40f293fb14eafd2f7dc
https://github.com/dataform-co/dataform/blob/master/api/commands/compile.ts#L55
We should really use the technique we use elsewhere, i.e. Promise.race(...).