fix: dbt schema

This commit is contained in:
Stijnvandenbroek
2026-03-04 21:15:58 +00:00
parent 65134183ca
commit 532bb5138a
3 changed files with 11 additions and 1 deletions

View File

@@ -18,7 +18,10 @@ models:
data_platform:
staging:
+materialized: view
+schema: staging
intermediate:
+materialized: view
+schema: intermediate
marts:
+materialized: table
+schema: marts