You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
unit_tests:
- name: test_dora
model: my_model
...
Expected behavior
expecting the elementary_test_results to be populated with a row on run-end hook
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: