lisad / phaser

The missing layer for complex data batch integration pipelines
MIT License
9 stars 1 forks source link

Adds a new builtin step - filter_rows. #125

Closed lisad closed 6 months ago

lisad commented 6 months ago

filter_rows takes a simple lambda function or a named function. It helps by providing a useful summary message of what it did, whereas doing this in a row_step would result in many dropped row messages even if it's intentional.