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