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.
eventsinventory_itemsorder_itemsordersproducts
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.
Cet exercice fait partie du cours
Case Study: Building E-Commerce Data Models with dbt
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
Commencer l’exercice