flâneur — a map of the web's best reading

About dbt build command | dbt Developer Hub

docs.getdbt.com · 881 words · saved by 1 readers

Artifacts: The build task will write a single manifest and a single run results artifact. The run results will include information about all models, tests, seeds, and snapshots that were selected to build, combined into one file. Skipping on failures: Tests on upstream resources will block downstream resources from running, and a test failure will cause those downstream resources to skip entirely. E.g. If model_b depends on model_a, and a unique test on model_a fails, then model_b will SKIP. Selecting resources: The build task supports standard selection syntax (--select, --exclude, --selector), as well as a --resource-type flag that offers a final filter (just like list). Whichever resources are selected, those are the ones that build will run/test/snapshot/seed. Flags: The build task supports all the same flags as run, test, snapshot, and seed. For flags that are shared between multiple tasks (e.g. --full-refresh), build will use the same value for all selected resource types (e.g. b

Copy page Copy page Copy page as Markdown for LLMs Open in ChatGPT Ask questions about this page Open in Claude Ask questions about this page Open in Perplexity Ask questions about this page On this page The dbt build command will: run models test tests snapshot snapshots seed seeds build user-defined functions (available from dbt Core v1.11 and in the dbt Fusion engine ) In DAG order, for selected resources or an entire project. Details ​ Artifacts: The build task will write a single manifest and a single run results artifact . The run results will include information about all models, tests,

Explore this link on the map →

saved by

related reading