Pular para o conteúdo principal

INVALID_CHANGELOG_SCHEMA error condition

SQLSTATE: 42K03

The Change Data Capture (CDC) schema returned by connector <changelogName> is invalid.

INVALID_COLUMN_TYPE

Column <columnName> has type <actualType>, expected <expectedType>.

MISSING_COLUMN

Required column <columnName> is missing.

MISSING_ROW_ID

Connector advertises one or more post-processing properties (containsCarryoverRows, representsUpdateAsDeleteAndInsert, containsIntermediateChanges) that require row identity, but Changelog.rowId() returned an empty array.