Support for dbt versions
philribbens opened this issue · 3 comments
philribbens commented
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.
philribbens commented
Others have run into this issue as well: https://getdbt.slack.com/archives/C01UM2N7814/p1690385895229359?thread_ts=1690294144.177669&cid=C01UM2N7814.
psousa50 commented
Hi folks, please check v0.3.2, it includes support for model versions.
Any feedback will be most appreciated 🙂
Thank you!
philribbens commented
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!