Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyyeo committed Jun 25, 2024
1 parent 17e1fdc commit e87b60c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dbt-unit-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@

https://docs.getdbt.com/docs/build/unit-tests

All examples below use a `dbt_project.yml` file like so unless specified:

```yaml
# dbt_project.yml
name: my_dbt_project
profile: all
config-version: 2
version: "1.0.0"

models:
my_dbt_project:
+materialized: table
```
### Expect output to have no rows
https://docs.getdbt.com/reference/resource-properties/unit-test-input
Expand Down

0 comments on commit e87b60c

Please sign in to comment.