Skip to content

Commit

Permalink
Merge pull request #337 from fishtown-analytics/fix/strict-flag-clari…
Browse files Browse the repository at this point in the history
…fy-use

Clarify --strict flag usage
  • Loading branch information
jtcohen6 authored Aug 17, 2020
2 parents 64740c3 + 51578ad commit 407098d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/global-cli-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ $ dbt --no-write-json run

## Strict

The `-S` or `--strict` flag runs schema validations on dbt objects at runtime. This flag may incur a performance penalty, but it is useful for catching logic errors in development of the dbt project.
The `-S` or `--strict` flag is _only_ for use during dbt development. It performs extra validation of dbt objects and internal consistency checks during compilation. Use of this flag incurs a significant performance penalty. We use it only when running integration tests against proposed changes to dbt.

<File name='Usage'>

Expand Down

0 comments on commit 407098d

Please sign in to comment.