OpenFn / core

The central job processing module used in OpenFn v1.
https://www.openfn.org/
GNU General Public License v3.0
18 stars 8 forks source link

Reproduce and fix verify transform issue when sandbox is empty #30

Open stuartc opened 3 years ago

stuartc commented 3 years ago

While testing #27, we got an error in the validate transform where the adaptor was being incorrectly passed to the transformer where the correct error should have been "Can't find function", we got an error on the ASTs .loc property.

Why is that, and how can we fix it?