I tried using dbt-adapter-tests to validate dbt test results. No matter what combination of attribute names and status values I used, my tests were always passing. I think dbt-adapter-tests is missing logic to compare the expected status with the actual one. This PR contains this logic.
Hi dbt team,
I tried using
dbt-adapter-tests
to validate dbt test results. No matter what combination of attribute names and status values I used, my tests were always passing. I thinkdbt-adapter-tests
is missing logic to compare the expected status with the actual one. This PR contains this logic.