--fail-fast with BigQuery does not show original error message #2644
Labels
bigquery
bug
Something isn't working
good_first_issue
Straightforward + self-contained changes, good for new contributors!
Milestone
Describe the bug
When using
dbt run --fail-fast
on BQ, the original passthrough error message is not present in the output logs.Steps To Reproduce
dbt run --fail-fast
Expected behavior
We should still see the original passthrough error message prior to the
FailFast Error in...
messaging like how it does in other connection types.This is output from another connection type where we can see the
Database Error in...
messaging present:System information
Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using:
macOS 10.14.6
The output of
python --version
:Python 3.7.4
The text was updated successfully, but these errors were encountered: