Skip to content

Commit ac8d7b0

Browse files
lushepLucy Sheppard
and
Lucy Sheppard
authored
Add public models (#12)
Co-authored-by: Lucy Sheppard <[email protected]>
1 parent ea12c96 commit ac8d7b0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

semantic/dbt_project.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Name your project! Project names should contain only lowercase characters
22
# and underscores. A good package name should reflect your organization's
33
# name or the intended use of these models
4-
name: "jaffle_shop"
4+
name: "jaffle_shop_semantic"
55
version: "1.0.0"
66
config-version: 2
77

@@ -34,8 +34,11 @@ vars:
3434
# using the `{{ config(...) }}` macro.
3535

3636
models:
37-
jaffle_shop:
37+
jaffle_shop_semantic:
3838
staging:
3939
+materialized: view
4040
marts:
4141
+materialized: table
42+
+contract:
43+
enforced: true
44+
+access: public

semantic/dependencies.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
projects:
2+
- name: jaffle_shop_training

0 commit comments

Comments
 (0)