We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea12c96 commit ac8d7b0Copy full SHA for ac8d7b0
semantic/dbt_project.yml
@@ -1,7 +1,7 @@
1
# Name your project! Project names should contain only lowercase characters
2
# and underscores. A good package name should reflect your organization's
3
# name or the intended use of these models
4
-name: "jaffle_shop"
+name: "jaffle_shop_semantic"
5
version: "1.0.0"
6
config-version: 2
7
@@ -34,8 +34,11 @@ vars:
34
# using the `{{ config(...) }}` macro.
35
36
models:
37
- jaffle_shop:
+ jaffle_shop_semantic:
38
staging:
39
+materialized: view
40
marts:
41
+materialized: table
42
+ +contract:
43
+ enforced: true
44
+ +access: public
semantic/dependencies.yml
@@ -0,0 +1,2 @@
+projects:
+ - name: jaffle_shop_training
0 commit comments