-
Notifications
You must be signed in to change notification settings - Fork 79
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
dbt compile error 'dict object' has no attribute 'raw_code' #180
Comments
It happens the same to me with this unit test below:
|
Hello! We had this issue and we think it was a conflict with dbt_artifacts. It looks like part of logging models deletes the |
Hi @AlejandroAlmaraz , @victormartingarcia Thank you! |
Fix for this was just accepted, so should be in the next release of dbt_artifacts. |
Closing due to inactivity. thank you! |
Dataplatform: Snowflake
Package unit-testing version: 0.3.3
DBT version: 1.5.1
I created a example test in my project and I am getting the following error when dbt compile run against all the project.
I do not have any problem when I run dbt test, I saw after some debuging this raw_code is present when dbt test is executed but using dbt compile is not present in the model_node variable.
Code test:
The text was updated successfully, but these errors were encountered: