Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
callum-mcdata authored Jun 13, 2022
1 parent 1fa1d43 commit 4a06c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ it in the context of payment methods AND customer status. So lets build that out
with the dbt Metric functionality!

### Materializing
The CEO has requested this metric contain the ability to slice by customer status,
The CEO has requested this metric be able to see average order value by customer status,
which is a field that lives in the customers table. dbt does not currently support
join logic which means that we need to create an intermediate model combining orders
and customers upon which we can build the metric.
Expand Down Expand Up @@ -107,4 +107,4 @@ Lets go sell some Jaffles!
## Resources:
- [What are dbt Metrics?](https://docs.getdbt.com/docs/building-a-dbt-project/metrics#about-metrics)
- [How do I create dbt Metrics?](https://docs.getdbt.com/docs/building-a-dbt-project/metrics#declaring-a-metric)
- [Ongoing Discussions around dbt Metrics](https://docs.getdbt.com/docs/building-a-dbt-project/metrics#ongoing-discussions)
- [Ongoing Discussions around dbt Metrics](https://docs.getdbt.com/docs/building-a-dbt-project/metrics#ongoing-discussions)

0 comments on commit 4a06c82

Please sign in to comment.