You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's presently tedious to debug a long-running dbt invocation. If a failure occurs, you need to wait until the invocation completes to see the error. This is prettier for most runs, but can be frustrating for long-running development runs.
Proposed flags:
add a -x command to fail on first error
add a --nocapture command to spit out errors as they occur?
The text was updated successfully, but these errors were encountered:
It's presently tedious to debug a long-running dbt invocation. If a failure occurs, you need to wait until the invocation completes to see the error. This is prettier for most runs, but can be frustrating for long-running development runs.
Proposed flags:
-x
command to fail on first error--nocapture
command to spit out errors as they occur?The text was updated successfully, but these errors were encountered: