build_pipeline

Build Pipeline

Shorthand for populate_pipeline(p, build = true). Materializes all nodes of the pipeline via Nix and returns a BuildLog (or a DataFrame of build stats). Recommended for scripts run with t run.

Parameters

Returns

DataFrame A BuildLog of the build, or a planned-actions DataFrame when dry_run is set.

Examples

build_pipeline(p)

See Also

pipeline_run, populate_pipeline