PrefectHQ / prefect

Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
https://prefect.io
Apache License 2.0
15.31k stars 1.5k forks source link

Log transaction hook errors for better UX #14268

Closed cicdw closed 4 days ago

cicdw commented 5 days ago

I noticed that errors in both rollback and commit hooks are completely swallowed, which makes it really hard to debug when they occur. This PR adds logging for those errors.