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.
Diese Übung ist Teil des Kurses
Case Study: Building E-Commerce Data Models with dbt
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
Übung starten