FilterRowKind

FilterRowKind transform plugin

Filter the data by RowKind

name
type
required
default value

include_kinds

array

yes

exclude_kinds

array

yes

include_kinds [array]arrow-up-right

The row kinds to include

exclude_kinds [array]arrow-up-right

The row kinds to exclude.

You can only config one of include_kinds and exclude_kinds.

common options [string]arrow-up-right

Transform plugin common parameters, please refer to Transform Plugin for details

The RowKink of the data generate by FakeSource is INSERT, If we use FilterRowKink transform and exclude the INSERT data, we will write zero rows into sink.

Last updated