Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Update README with enable-schema-based-tests (#40)
Browse files Browse the repository at this point in the history
Updated README to add enable-schema-based-tests
  • Loading branch information
francescogalletta authored Jun 17, 2021
1 parent aacf72a commit 83d352e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ ddbt version 0.2.1
- `--target=x` _or_ `-t x`: force DDBT to run against the `x` output defined in your `profile.yml` instead of the default defined in that file.
- `--upstream=y` _or_ `-u y`: For any references to models outside the explicit models specified by run or test, the upstream target used to read that data will be swapped to `y` instead of the output target of `x`
- `--fail-on-not-found=false` _or_ `-f=false`: By default, ddbt will fail if a the specified models don't exist, passing in this argument as false will warn instead of failing
- `--enable-schema-based-tests` _or_ `-s=true`: Schema-based tests are disabled by default for now, but as a way to enable them pass this argument as true

### Model Filters
When running or testing the project, you may only want to run for a subset of your models.
Expand Down

0 comments on commit 83d352e

Please sign in to comment.