Skip to content

Commit d80a8cb

Browse files
author
roller100 (BearingNode)
committed
fix(dbt): Configure source schema to resolve test failures
Add 'schema: main' to source definition so dbt tests can find the seed tables. Without this, source tests were looking for tables in a non-existent 'raw_data' schema, causing 7 test failures. Result: All 15 dbt tests now pass (PASS=15 WARN=0 ERROR=0) Signed-off-by: roller100 (BearingNode) <[email protected]>
1 parent a1ce8ab commit d80a8cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

producer/dbt/runner/models/schema.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 2
33
sources:
44
- name: raw_data
55
description: Raw CSV data files
6+
schema: main
67
tables:
78
- name: raw_customers
89
description: Raw customer data

0 commit comments

Comments
 (0)