rittmananalytics / droughty

Droughty helps keep your workflow dry
https://droughty.readthedocs.io/en/latest/
MIT License
62 stars 6 forks source link

Ignore dbt tests dev/0.1.0 #40

Closed LewisCharlesBaker closed 1 year ago

LewisCharlesBaker commented 1 year ago

The purpose of this PR is to allow end users to overwrite and exclude tests when needed. https://github.com/LewisCharlesBaker/droughty/issues/39

This is achieved through the following droughty_project parameters:

Overwriting and ignoring model tests

Using the test_overwrite and test_ignore project parameters, you can overwrite tests or leave them blank using the test_overwrite parameter or ignore all model test using the test_ignore parameter

image