Skip to content

Commit

Permalink
Update test.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkhala committed Jul 1, 2023
1 parent 0d0c027 commit e0e919f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dbt/test.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# [DBT test](https://docs.getdbt.com/docs/build/tests)
Tests are assertions you make about your dbt resources (models, sources, seeds and snapshots) in your dbt project
Tests are assertions you make about your dbt resources in your dbt project
- [Use test in yaml config](https://docs.getdbt.com/reference/resource-properties/tests)
- syntax supported in `model`, `source`, `seed` and `snapshot` resource
- Behind the scenes, you or dbt constructs a `select` query for each test. These queries return the rows where your assertion is not true; if the test returns zero rows, your assertion passes.
# generic tests

Using the parametrized query from the generic test block.
## built-in generic tests
Also known as Out-of-the-box tests.

Expand Down

0 comments on commit e0e919f

Please sign in to comment.