uranusjr opened a new pull request #16805: URL: https://github.com/apache/airflow/pull/16805
The previous `exception()` call looks at `sys.exc_info()` for the active exception, but since the failure handler is not in a Python exception handling context, it fails to actually log the exception. This is amended by passing in the exception instance explicitly, which is a valid argument type according to logging's documentation. Fix #16564. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
