Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DP-2918: continue on data error #62

Merged
merged 22 commits into from
Mar 11, 2024
Merged

Conversation

nicmart
Copy link
Contributor

@nicmart nicmart commented Mar 6, 2024

Main changes

  • Add a new InvalidInputErrorHandler component. The component will handle single-record errors that occurred during transformations (InvalidInputErrors). When connect.ems.error.policy.continue.on.invalid.input is set to true, it will ignore those errors, and report them to the DLQ (if configured).
  • Since connector 1.0 either discard or json-serialize fields that are arrays, JSON schema inference now does not try to infer those. Previously inference wrongly would fail if an array contained invalid data, even if we did not requrie a schema for them.

kowallen
kowallen previously approved these changes Mar 7, 2024
@nicmart nicmart requested a review from kowallen March 8, 2024 15:42
@nicmart nicmart dismissed kowallen’s stale review March 11, 2024 09:22

The PR changed significantly since Michal's review

@nicmart nicmart merged commit f020cc8 into main Mar 11, 2024
11 checks passed
@nicmart nicmart deleted the task/DP-2918-continue-on-data-error branch March 11, 2024 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants