Skip to content

Commit

Permalink
Add configs for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed Jun 13, 2024
1 parent 9a147c5 commit c40e9ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

0 comments on commit c40e9ae

Please sign in to comment.