fix: dbt schema
This commit is contained in:
@@ -18,7 +18,10 @@ models:
|
||||
data_platform:
|
||||
staging:
|
||||
+materialized: view
|
||||
+schema: staging
|
||||
intermediate:
|
||||
+materialized: view
|
||||
+schema: intermediate
|
||||
marts:
|
||||
+materialized: table
|
||||
+schema: marts
|
||||
|
||||
Reference in New Issue
Block a user