From c40e9ae0d9d328e4d42eb99f176813b43284ad1d Mon Sep 17 00:00:00 2001 From: Quigley Malcolm Date: Thu, 13 Jun 2024 15:53:05 -0700 Subject: [PATCH] Add configs for unit tests --- dbt_project.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dbt_project.yml b/dbt_project.yml index 07bc2a7..7560203 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -34,3 +34,11 @@ models: +materialized: view marts: +materialized: table + +unit_tests: + jaffle_shop: + +expected_sql: "This also is identified as unused!" + marts: + order_items: + test_supply_costs_sum_correctly: + expected_sql: "Oh no, identified as unused!" \ No newline at end of file