- I identified that the staging models with one to one relationships with the source tables have redundant tests, since the tests on columns are already performed on the source tables. Commit
- Created the unit test here
- When I changed the expected value to
50
, here is the result of thedbt build
command.
- Created the unit test here
- Here is an example when the test failed,