-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Persist normalization job failure reasons #14310
Labels
Comments
EOS update:
|
Splitting this issue in two. |
Phlair
changed the title
Track normalization job failures via Sentry
Persist normalization job failure reasons
Jul 21, 2022
37 tasks
davinchia
added a commit
that referenced
this issue
Aug 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tell us about the problem you're trying to solve
If normalization fails, we currently only store the higher-level Temporal scheduling error in the Airbyte db, not the actual failure coming from Normalization (python error from the normalization code or DBT error coming from running normalization on the destination)
Describe the solution you’d like
We should use TRACE messaging to signal errors with attached failure reasons and use this to persists Normalization failure reasons correctly.
This then enables #14926 so we can track Normalization issues in Sentry
The text was updated successfully, but these errors were encountered: