Concept Flow - Seeds for static reference data
Create CSV file with static data
Place CSV in 'data' folder
Define seed in dbt project
Run 'dbt seed' command
dbt loads CSV into database as table
Use seed table in models/queries
This flow shows how you create a CSV file with static data, place it in your dbt project, run dbt seed to load it into your database, and then use it in your data models.