FilterRowKind
Last updated
Last updated
FilterRowKind transform plugin
Filter the data by RowKind
include_kinds
array
yes
exclude_kinds
array
yes
The row kinds to include
The row kinds to exclude.
You can only config one of include_kinds
and exclude_kinds
.
Transform plugin common parameters, please refer to 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.