dbt-msft / tsql-utils

dbt-utils for the dbt-msft family of packages
MIT License
25 stars 24 forks source link

Avoid equal_expression from failing dbt tests based on it #101

Open CamronBorealis opened 5 months ago

CamronBorealis commented 5 months ago

Adding aliases to override of dbt_expectations equal_expression.sql file, would not allow creation of views without specifying column name

CamronBorealis commented 5 months ago

I've updated this, actually, since using SUM() or COUNT() in a final resultset will end up failing all your tests based on this