pipeline_assert

Assert Pipeline Validity

Validates the pipeline and returns it unchanged if valid. Throws the first validation error found if the pipeline is invalid.

Parameters

Returns

The same pipeline if valid.

Examples

p |> pipeline_assert

See Also

pipeline_cycles, pipeline_validate