-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Weird error messages on 0.14.2 && Snowflake #1807
Comments
When I
Looks like when dbt hits the error with multiple threads, it tries to roll back the transaction that hasn't actually been opened (?). Also happens on 0.15.0-a1, will send through debug logs on Slack now |
So it seems like the steps to reproduce are:
Expected results:
Actual results:
|
Ok, so!
|
Also: I think we should try to fix this for 0.15.0, if we can. It's really terrible output, and the people most likely to hit it are beginners and people who are in the middle of developing new dbt models/macros that do interesting things, and all that cruft really makes it hard to debug. |
just added this one to the LMA milestone |
…bad-errors Handle a number of bad failure-path behaviors (#1807)
Describe the bug
I keep getting weird error messages when I
dbt compile
ordbt docs generate
. dbt is right -- these objects don't exist, but it isn't handling the errors well.System information
Which database are you using dbt with?
The output of
dbt debug
:Additional context
Logs sent via Slack (too long for here)
The text was updated successfully, but these errors were encountered: