We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
Expected result:
Actual result:
Sample test code reporting error:
with failures as ( select * from {{ model }} where {{ column_name }} is null ) select * from failures
Sample test code that reports pass/fail:
Suspected root cause:
This regex expression assumes the code style includes the "with" keyword on the same line as the identifier of the CTE:
dbt-sqlserver/dbt/include/sqlserver/macros/materializations/tests.sql
Line 10 in be032aa
The text was updated successfully, but these errors were encountered:
Good catch. I’m wondering if it’s better anyways to just create a view every time instead of this branching logic.
Will tackle this later today or tomorrow.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Steps to reproduce:
Expected result:
Actual result:
Sample test code reporting error:
Sample test code that reports pass/fail:
Suspected root cause:
This regex expression assumes the code style includes the "with" keyword on the same line as the identifier of the CTE:
dbt-sqlserver/dbt/include/sqlserver/macros/materializations/tests.sql
Line 10 in be032aa
The text was updated successfully, but these errors were encountered: