Seeds
A seed is a CSV file in the seeds/ folder that dbt loads into your warehouse as a table when you run dbt seed. Use seeds for small, mostly-static reference data — country codes, status mappings, exchange rates — that does not belong in a transactional source.
In this lesson you will add a seed CSV, run dbt seed, and ref() the resulting table from another model.
Loading the interactive tutorial… If this message stays, please enable JavaScript.