LoslegenKostenlos loslegen

Load distribution center as a dbt seed file

Now that your dbt project has been initialized, it is time to load your first data file. There are seven data files to load, and you should start with the smallest and scale up from there.

The looker__distribution_centers.csv is a small static csv file since an e-commerce business can only have so many distribution centers (warehouses). That's why you should load this via dbt seed.

In order for dbt to correctly pick this up as a seed file, it will need to be first loaded into the seeds/ directory. Then, after running dbt seed, you will be able to reference this seed file in your data models and downstream ELT pipelines.

Diese Übung ist Teil des Kurses

Case Study: Building E-Commerce Data Models with dbt

Kurs anzeigen

Interaktive Übung

In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.

Übung starten