mirror of
https://gitlab.com/cief-data/dbt_cloud.git
synced 2026-08-19 04:14:00 +00:00
Shipping Model
This commit is contained in:
+17
-1
@@ -39,14 +39,28 @@ models:
|
||||
autocount:
|
||||
+materialized: view
|
||||
+schema: autocount__staging
|
||||
+tags:
|
||||
- autocount
|
||||
|
||||
base:
|
||||
+materialized: view
|
||||
+schema: autocount__base
|
||||
|
||||
crisp:
|
||||
+materialized: view
|
||||
+schema: crisp__staging
|
||||
+tags:
|
||||
- crisp
|
||||
|
||||
base:
|
||||
+materialized: view
|
||||
+schema: crisp__base
|
||||
|
||||
exchange:
|
||||
+materialized: view
|
||||
+schema: exchange__staging
|
||||
+tags:
|
||||
- exchange
|
||||
|
||||
base:
|
||||
+materialized: view
|
||||
@@ -55,7 +69,9 @@ models:
|
||||
shipping:
|
||||
+materialized: view
|
||||
+schema: shipping__staging
|
||||
|
||||
+tags:
|
||||
- shipping
|
||||
|
||||
base:
|
||||
+materialized: view
|
||||
+schema: shipping__base
|
||||
|
||||
Reference in New Issue
Block a user