Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sqlbuild.com/llms.txt

Use this file to discover all available pages before exploring further.

sqb seed

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

Usage

sqb --project-dir <path> seed [flags]

Flags

FlagDescription
--select, -sSelect specific seeds by name
--excludeExclude specific seeds

Examples

# Load all seeds
sqb --project-dir examples/waffle_shop seed

# Load a specific seed
sqb --project-dir examples/waffle_shop seed --select seed:waffle_types