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 7d7a351
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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')

0 comments on commit 7d7a351

Please sign in to comment.