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
834 stars 161 forks source link

Redshift error details sometimes not included in queries #422

Closed lewish closed 5 years ago

lewish commented 5 years ago

Redshift seems to split errors into the top level error and then additional details. These additional details don't get propagated anywhere, and leaves some high level messages such as the following that are hard to debug:

Assert
deadlock detected

Additionally, it appears line/column number information is available, but we don't show it.

We should look at all the fields that redshift errors might have and make sure they get added to the overall error message.

BenBirt commented 5 years ago

dup of https://github.com/dataform-co/dataform-web-tracking/issues/170