Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add flag to fail on first error, or to print the error inline when it occurs #871

Closed
drewbanin opened this issue Jul 23, 2018 · 1 comment

Comments

@drewbanin
Copy link
Contributor

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?
@cmcarthur
Copy link
Member

I like -x, --fail-on-error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants