From e87b60ca388faf9e129d9c5833c00ec09a046166 Mon Sep 17 00:00:00 2001 From: jeremyyeo Date: Tue, 25 Jun 2024 16:18:55 +1200 Subject: [PATCH] update --- dbt-unit-tests/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dbt-unit-tests/README.md b/dbt-unit-tests/README.md index 187af38..3213169 100644 --- a/dbt-unit-tests/README.md +++ b/dbt-unit-tests/README.md @@ -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