EqualExperts/dbt-unit-testing

Support for dbt versions

philribbens opened this issue · 3 comments

It doesn't appear to be possible to use both dbt versions and dbt-unit-testing currently because dbt-unit-testing's overridden version of ref() doesn't accept the version argument like dbt's default version of ref() does.

Hi folks, please check v0.3.2, it includes support for model versions.

Any feedback will be most appreciated 🙂

Thank you!

Yeah it appears to be working for us now. We upgraded to v0.3.2 and were able to use dbt versions. Thank you so much!