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
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.
version
ref()
The text was updated successfully, but these errors were encountered:
Others have run into this issue as well: https://getdbt.slack.com/archives/C01UM2N7814/p1690385895229359?thread_ts=1690294144.177669&cid=C01UM2N7814.
Sorry, something went wrong.
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!
No branches or pull requests
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 ofref()
does.The text was updated successfully, but these errors were encountered: