Is there any way to get the exception details on the airflow on_failure_callback
?
I've noticed it's not part of context
. I'd like to create a generic exception handling mechanism which posts to Slack information about the errors, including details about the exception. I've now managed to trigger/execute the callback and post to Slack, but can't post the exception details.
Thanks.