Skip to main content
The build command executes buildtime models and seeds to create or update the project’s Virtual Data Lake (VDL).

Usage

sqrl build [options]

Options

In addition to the global options, this command supports the following options:
OptionDescription
-f, --full-refreshDrop all tables before building
-s, --select MODEL_NAMEBuild a single static model instead of all

Examples

Build all models:
sqrl build
Build from scratch:
sqrl build --full-refresh
Build a single static model:
sqrl build --select build_example