Skip to main content
Execute downstream steps only when a condition is met. When a branch evaluates to false, all steps that depend on its output table are skipped.
One of condition or sql must be specified, but not both.

Dependency graph

Branch steps produce an output table like any other step. Steps that reference the branch’s output table only execute if the branch condition is met:
If raw_orders has fewer than 1,000 rows, the filtered_orders step is skipped entirely.

Validation