TheDocumentation Index
Fetch the complete documentation index at: https://docs.pysquirrels.com/llms.txt
Use this file to discover all available pages before exploring further.
compile command renders model SQL into ./target/compile/. It can also run runtime models to generate CSV outputs when requested.
Usage
Options
In addition to the global options, this command supports the following options:| Option | Description |
|---|---|
-y, --yes | Disable prompts and assume defaults for unspecified settings |
-c, --clear | Clear the target/compile/ folder before compiling |
--buildtime-only | Compile only buildtime models (mutually exclusive with --runtime-only) |
--runtime-only | Compile only runtime models (mutually exclusive with --buildtime-only) |
-t TEST_SET, --test-set TEST_SET | Selection test set to use (runtime models only) |
-T, --all-test-sets | Compile for all selection test sets (runtime models only) |
-s MODEL_NAME, --select MODEL_NAME | Compile a single model instead of all models |
-r, --runquery | Run runtime models and write CSV outputs (not applicable to buildtime models) |
Examples
Compile all models with prompts:default test set:
Notes
- If
--yesis not provided, the command may prompt for settings interactively --runquery,--test-set, and--all-test-setsapply only to runtime models--buildtime-onlyand--runtime-onlyare mutually exclusive