Skip to content

Commit

Permalink
add owner to exposures
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotTaylor23 committed Jan 4, 2023
1 parent 4d2329d commit 8eb9016
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions jaffle_shop/models/final/finance/_exposures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ exposures:
description: Inksacio App to show the total sum of customer returns, per customer (for both completed and upcoming)
type: dashboard
url: https://inksacio.eks.octojaffle.engineering/customer_return_totals/
owner:
name: 'Elliot Taylor'
email: [email protected]
depends_on:
- ref('fnl_finance_customerreturnstotal')
3 changes: 3 additions & 0 deletions jaffle_shop/models/final/sales/_exposures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ exposures:
description: Inksacio App to show monthly new customer history
type: dashboard
url: https://inksacio.eks.octojaffle.engineering/new_customer_history/
owner:
name: 'Elliot Taylor'
email: [email protected]
depends_on:
- ref('fnl_sales_newcustomerhistory')
2 changes: 1 addition & 1 deletion jaffle_shop/models/warehouse/_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ models:
tests:
- not_null
- relationships:
to: ref('customers')
to: ref('wh_customers')
field: customer_id

- name: order_date
Expand Down

0 comments on commit 8eb9016

Please sign in to comment.