More practice with dbt source and staging models
In this exercise, you will expand further and create staging models for the remaining data sources, completing the first layer of transformation for the entire Looker ecommerce data pipeline.
In previous exercises, you have already completed the first layer of transformation for distribution center
and users
, with five tables remaining. Here are their table names.
events
inventory_items
order_items
orders
products
These five tables are just as critical as the users
table, because they help can help answer questions about inventory management, order statuses, campaign monitoring, and much more.
Given that all five tables are large in volume, first they will need to be loaded via dbt source and then a staging model created for each of them.
Four out of the five have already been completed for you. Please complete this for the fifth data source products
.
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
