Test

A test action is the fourth Lakehouse Plumber action kind, alongside load, transform, and write. It’s a unit test for your data: a standalone assertion — uniqueness, a row count, referential integrity — that runs inside the pipeline on every update and reports pass or fail.

Note

A test action is different from a data_quality transform: the transform gates rows inside a flow; a test action asserts a property about a table and reports the outcome.