Skip to content

CLI Reference

sqb seed

Load seed CSV files into the warehouse.

Loads seed CSV files into the warehouse as tables. Seeds are fully replaced on every run.

sqb --project-dir <path> seed [flags]
Flag Description
--select, -s Select specific seeds by name
--exclude Exclude specific seeds
# Load all seeds
sqb seed
# Load a specific seed
sqb seed --select seed:waffle_types