build
Execute models, tests, snapshots, and seeds in a directed acyclic graph (DAG) order to ensure consistent and accurate data transformation workflows.
Instructions
The dbt build command will:
run models
test tests
snapshot snapshots
seed seeds
In DAG order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"title": "buildArguments",
"type": "object"
}