etlplus.ops.transformations.filter

etlplus.ops.transformations.filter module.

Filter helpers shared by etlplus.ops.transform and custom runners.

Use apply_filter() for direct record filtering. Use apply_filter_step() when you need the pipeline-style adapter consumed by etlplus.ops.transform.transform().

Functions

apply_filter(records, condition)

Filter a list of records by a simple condition.

apply_filter_step(records, spec)

Apply a filter pipeline step to a list of records.