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

openlineage: notify that logged exception was caught #39493

Merged
merged 1 commit into from
May 8, 2024

Conversation

mobuchowski
Copy link
Contributor

As part of OL listener we catch any exceptions generated by OL implementation: most important feature of OL integration should be to not impact user code. However, we log any potential exceptions.

There's a common issue of people looking at some errors, for example overloaded or buggy OL backend 502ing, which causes the exception stack trace to be written, and assuming it impacts their jobs.

This PR adds warning explaining it's not the case.

Signed-off-by: Maciej Obuchowski <obuchowski.maciej@gmail.com>
Copy link
Contributor

@kacpermuda kacpermuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mobuchowski mobuchowski merged commit 02ce7f1 into main May 8, 2024
39 checks passed
RodrigoGanancia pushed a commit to RodrigoGanancia/airflow that referenced this pull request May 10, 2024
Signed-off-by: Maciej Obuchowski <obuchowski.maciej@gmail.com>
pateash pushed a commit to pateash/airflow that referenced this pull request May 13, 2024
Signed-off-by: Maciej Obuchowski <obuchowski.maciej@gmail.com>
@eladkal eladkal deleted the notify-exception-caught branch June 29, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants