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

Add failure entity for incomplete events #886

Merged
merged 2 commits into from
Apr 5, 2024

Commits on Apr 5, 2024

  1. [Temp] Iglu repo for failure entity schema

    Remove this after failure entity schema is merged
    spenes committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9b068b3 View commit details
    Browse the repository at this point in the history
  2. Add failure entity for incomplete events

    With this commit, failure entities are started to be attached to incomplete
    events as derived contexts.
    
    There are some cases that we need more information than in the bad rows to create
    failure entities therefore it isn't possible to create failure entities from bad rows directly.
    For this purpose, we created wrapper classes to attach extra information about failure entities.
    spenes committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c4ab89b View commit details
    Browse the repository at this point in the history