Open megetron3 opened 1 month ago
Hi @megetron3 ! Actually, the elementary dbt package doesn't support unit tests right now.
I'm not 100% sure if unit tests results have the same structure and can be added easily, it may require some research. If you're interested in contributing this I can provide some directions on where to look.
Thanks, Itamar
i am using dbt 1.8 with unitest new feature and the latest elementary package. executing data tests generates the elementary_test_results table correctly. executing against unittest test will not insert row to the table. here is example test:
To Reproduce Use a simple dbt unit test:
Expected behavior expecting the elementary_test_results to be populated with a row on run-end hook