-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
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
Do you plan to enhance it for incremental models? #83
Comments
Hi, |
+1 |
+1 on this as well |
+1 being able to mock {{ this }} |
+1! I love this package! But without support for incremental models, we will not be able to test our most important models 😢 |
Hello everyone, We have created a new branch proposing an implementation of "dbt-unit-testing" that supports "incremental-models". As you will see, our solution is a bit 'intrusive', at least for those we prefer to redefine the "ref" macro instead of using "dbt_init_testing.ref" on your models. Here you'll have to use some "dbt_init_testing.xxx", as explained in the README. We did try to find a less intrusive solution, but our attempts seemed hacky, so we decided to keep it like this. We are eager to hear your feedback and suggestions, so please give it a try and let us know your thoughts. We hope it will save you time and prove useful. To access this branch, you will need to change the revision of the package as follows:
Please do not hesitate to share your feedback with us. Thank you! |
I've implemented a "hacky" version of this feature (seriously, it was a mess), and this slightly intrusive macro method seems to be the best case scenario. Given that the Regarding the custom |
Hey, the implemented PR works great. Is there anything I could help with trying to get this released? |
Hey folks, we've just published a new release (RC) with support for incremental models. It's a slightly improved version of the one above, so there's no need to change the project code now. Please try it out; we would love to hear your feedback on this 🙂 Thank you! |
we could not be sure incremental materialization strategies is working well or missing sth so thats why I am asking.
The text was updated successfully, but these errors were encountered: