Skip to content

Feature/spline 669 filter failed executions#988

Merged
wajda merged 4 commits into
developfrom
feature/spline-669-filter-failed-executions
Nov 15, 2021
Merged

Feature/spline 669 filter failed executions#988
wajda merged 4 commits into
developfrom
feature/spline-669-filter-failed-executions

Conversation

@wajda
Copy link
Copy Markdown
Contributor

@wajda wajda commented Nov 13, 2021

  • Producer API: add new protocol version 1.2 that is identical to 1.1, and is only used to distinguish between server version that properly supports failed execution capturing.
  • Consumer API: add "error" property to the WriteEventInfo entity
  • Persistence:
    • Filter out failed executions when determining write events observed by a read one (used for the end-to-end lineage overview computation).
    • Add missing index on progress.durationNs field
    • Increment the DB schema version to 1.0.0, and add the migration script.

@wajda wajda requested a review from cerveada as a code owner November 13, 2021 02:12
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@wajda wajda merged commit c351e39 into develop Nov 15, 2021
@wajda wajda deleted the feature/spline-669-filter-failed-executions branch November 15, 2021 17:35
@wajda wajda linked an issue Apr 8, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Filter out failed execution events in lineage and impact queries

2 participants