mirror of
https://gitlab.com/cief-data/dbt_cloud.git
synced 2026-08-19 04:14:00 +00:00
Add google_sheet dbt project
This commit is contained in:
+9
-11
@@ -35,16 +35,6 @@ models:
|
|||||||
staging:
|
staging:
|
||||||
+tags:
|
+tags:
|
||||||
- staging
|
- staging
|
||||||
|
|
||||||
autocount:
|
|
||||||
+materialized: view
|
|
||||||
+schema: autocount__staging
|
|
||||||
+tags:
|
|
||||||
- autocount
|
|
||||||
|
|
||||||
base:
|
|
||||||
+materialized: view
|
|
||||||
+schema: autocount__base
|
|
||||||
|
|
||||||
crisp:
|
crisp:
|
||||||
+materialized: view
|
+materialized: view
|
||||||
@@ -64,7 +54,15 @@ models:
|
|||||||
|
|
||||||
base:
|
base:
|
||||||
+materialized: view
|
+materialized: view
|
||||||
+schema: exchange__base
|
+schema: exchange__base
|
||||||
|
|
||||||
|
googlesheet:
|
||||||
|
+materialized: view
|
||||||
|
+schema: googlesheet__stagting
|
||||||
|
|
||||||
|
base:
|
||||||
|
+materialized: view
|
||||||
|
+schema: googlesheet__base
|
||||||
|
|
||||||
shipping:
|
shipping:
|
||||||
+materialized: view
|
+materialized: view
|
||||||
|
|||||||
Reference in New Issue
Block a user