We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
The CSV codec will skip some rows of data without any metrics, only logging.
Expected behavior
I'd like a more robust error handling situation. In the meantime though, failing fast is better than difficult to detect data drops.
The text was updated successfully, but these errors were encountered:
Change the behavior of the CSV codec in the S3 source to fail when it…
aeed6a0
… is unable to parse CSV rows. Resolves opensearch-project#2512. Signed-off-by: David Venable <[email protected]>
bc75494
… is unable to parse CSV rows. Resolves #2512. (#2513) Signed-off-by: David Venable <[email protected]>
Successfully merging a pull request may close this issue.
Describe the bug
The CSV codec will skip some rows of data without any metrics, only logging.
Expected behavior
I'd like a more robust error handling situation. In the meantime though, failing fast is better than difficult to detect data drops.
The text was updated successfully, but these errors were encountered: