-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[CT-394] [BUG] Console Log doesn't show model for Database Error #4894
Comments
Hi @spuders thanks for the bug report! I'll look into it this afternoon. |
@spuders Thanks again for submitting the issue! Apologies for the long response time. There is a known issue in the SQL Server Adapter codebase that may be the cause of this issue. Though if the issue lies within If any other community members or |
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue, or it will be closed in 7 days. |
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest; add a comment to notify the maintainers. |
Is there an existing issue for this?
Current Behaviour
When dbt run results in an database error at the end of the log information in console there is no information regarding the failing model. You have to scroll through the complete logging information to see which model fails.
Expected Behaviour
As it was in previous versions. With concrete information like Database Error in model stg_orders (models/staging/stg_orders.sql)
Steps to reproduce
Run simple model with an SQL Error
SELECT AS ERROR
This should result in an database error and an information which model failed.
What database are you using dbt with?
SQL Server
Additional context
I upgraded from dbt version 0.19.2 to 1.0.3. Since that I have this behaviour
The text was updated successfully, but these errors were encountered: