dbt-meta-testing
dbt-meta-testing copied to clipboard
Support Required Tests on Sources as Well as Models
I very much appreciate the help that this package provides. My question - is there a reason to not also support required tests on sources
and seeds
? I'd like to define required tests for those too. Particularly sources.
Like this:
my_project:
source_yml:
fivetran_oba_public:
+required_tests:
"^unique$": 1
"^not_null$": 1
"at_least_one$": 1
fivetran_oba_secure:
+required_tests:
"^unique$": 1
"^not_null$": 1
"at_least_one$": 1