dataform-co / dataform

Dataform is a framework for managing SQL based data operations in BigQuery
https://cloud.google.com/dataform/docs
Apache License 2.0
854 stars 166 forks source link

Fix catchall errors #1802

Closed Ekrekr closed 3 months ago

Ekrekr commented 3 months ago

e instanceof Error here caused issues in internal sandbox compilation, and was also just a bad idea - this makes it safer

Ekrekr commented 3 months ago

We're having weird networking issues with cloud build, but I've run the tests locally and they're fine, so I'm going to merge despite the failing cloud build.