-
Notifications
You must be signed in to change notification settings - Fork 100
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
Tests are failing with malformed SQL #566
Comments
Can you share a sample of your model and any configs. I'm surprised to see it rendering with Can you also confirm your version is |
@cody-scott Here is my updated code: test.sql:
|
@cody-scott - Yes, it is 1.8.4 |
ahh, i see it now. This line and this line If you want to try this branch, let me know if that fixes it. |
@cody-scott This is what I changed in both files: in in in |
When I try to run tests (even on a freshly created dbt project), they consistently fail. When I "dbt test --debug" I see malformed SQL. See generated code below:
Note the sql object reference [dbo.testview_10535] should be [dbo].[testview_10535].
The text was updated successfully, but these errors were encountered: