-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement error handling that will filter the rows that have any error #93
Labels
Comments
TebaleloS
added a commit
that referenced
this issue
Apr 18, 2023
TebaleloS
added a commit
that referenced
this issue
Apr 18, 2023
TebaleloS
added a commit
that referenced
this issue
Apr 19, 2023
TebaleloS
added a commit
that referenced
this issue
Apr 19, 2023
TebaleloS
added a commit
that referenced
this issue
Apr 19, 2023
TebaleloS
added a commit
that referenced
this issue
Apr 19, 2023
TebaleloS
added a commit
that referenced
this issue
Apr 19, 2023
TebaleloS
added a commit
that referenced
this issue
Apr 20, 2023
TebaleloS
added a commit
that referenced
this issue
Apr 20, 2023
TebaleloS
added a commit
that referenced
this issue
Apr 25, 2023
TebaleloS
added a commit
that referenced
this issue
Apr 28, 2023
TebaleloS
added a commit
that referenced
this issue
Apr 28, 2023
TebaleloS
added a commit
that referenced
this issue
May 2, 2023
TebaleloS
added a commit
that referenced
this issue
May 2, 2023
TebaleloS
added a commit
that referenced
this issue
May 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
One of the provided
ErrorHandling
implementations. TheErrorMessage
marks rows that are to be removed from the result and on aggregation actually filtered out.Feature
Don't write errors anywhere, aggregation filters out rows that had some error.
Proposed Solution
Solution Ideas:
ErrorColumn
is a boolean columntrue
filter out the rowThe text was updated successfully, but these errors were encountered: