Skip to content

Commit

Permalink
Add groups
Browse files Browse the repository at this point in the history
  • Loading branch information
dpguthrie committed Feb 17, 2024
1 parent 7293a9c commit 80758c1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,13 @@ models:
+materialized: view
tpch:
+tags: "pii"
stocks:
+group: investment_research

marts:
core:
+materialized: table
+group: sales
ml:
+enabled: false

Expand Down
12 changes: 12 additions & 0 deletions models/groups.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
groups:
- name: investment_research
owner:
name: Jordan Belfort
email: [email protected]
slack: team-investment-research

- name: sales
owner:
name: Michael Scott
email: [email protected]
slack: team-sales

0 comments on commit 80758c1

Please sign in to comment.