Skip to main content

Documentation Index

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

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

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