inlong icon indicating copy to clipboard operation
inlong copied to clipboard

[INLONG-6152][Sort] Mysql connector support filtering kinds of row data

Open EMsnap opened this issue 3 years ago • 0 comments

  • Fixes #6152

Motivation

Add Row kind validator to filter different kinds of rowData Supports four row kinds to be flitered : INSERT UPDATE_BEFORE UPDATE_AFTER DELETE.

Modifications

Add Row kind validator to filter different kinds of rowData Add a parameter for mysql extract node named rowKindsFiltered

Verifying this change

run AllMigrateTest

EMsnap avatar Oct 13 '22 09:10 EMsnap