Create mart model for customers
You are finally ready to build your first data mart model!
In this exercise, you will be building a customers mart model that contains clean, de-normalized, and easy-to-query data specific to customers. This will help your end users write simple queries for analytical and reporting purposes to gain insights into your e-commerce business.
Generally, the SQL logic that goes into the mart model is workshopped in a UI or console connected to the data warehouse, until all SQL syntax bugs are ironed out and the output table has been refined. Then, the SQL is copied over into the dbt mart model file.
We will try to mimic that in the following exercise. Let's get started.
This exercise is part of the course
Case Study: Building E-Commerce Data Models with dbt
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
