Create distribution center staging model
With the distribution centers loaded as a dbt seed file, you can now build a dbt data model (your first!) based on this raw data source. Best practices suggest minimizing transformations in staging dbt models, which should be just one layer of translation away from raw data sources like dbt seed and source files.
Now, you will build a trivial staging model (stg_looker__distribution_centers.sql
) and test your build.
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
