dbt_constraints icon indicating copy to clipboard operation
dbt_constraints copied to clipboard

can we set a particular test severity to warn at project level ?

Open choudrybabu opened this issue 5 months ago • 0 comments

we would like to set Foreign_key test to warn at a project level , is this possible ? i have tried adding few configurations in project yml file but no luck

tests: dbt_constraints: +severity: warn tests: foreign_key: +severity: warn

models: dbt_constraints: +severity: warn tests: foreign_key: +severity: warn

choudrybabu avatar Sep 11 '24 20:09 choudrybabu