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
Being able to only generate tests for primary keys would allow large projects to use the dbt build statement without it being prohibitively slow.
This would likely sit in dbt_project.yaml
Being able to test_overwrite should still work in this case, as you might want to ensure you have specific tests for crucial non-pk columns even when you are using the newly envisaged pk-only test setting.
The text was updated successfully, but these errors were encountered:
Terroface
changed the title
feature: toggle whether to build tests for all columns or just unicity
feature: toggle whether to build tests for all columns or just primary keysSep 4, 2023
Terroface
changed the title
feature: toggle whether to build tests for all columns or just primary keys
feature: toggle whether to build tests for all columns or just primary keysSep 4, 2023
Being able to only generate
tests
forprimary keys
would allow large projects to use thedbt build
statement without it being prohibitively slow.This would likely sit in
dbt_project.yaml
Being able to
test_overwrite
should still work in this case, as you might want to ensure you have specifictests
for crucialnon-pk
columns even when you are using the newly envisagedpk-only
test setting.The text was updated successfully, but these errors were encountered: