Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2026 03:30 AM
Thanks for the response 🙂
I am already using the event_hook to capture events of type- flow_definition & flow_Progress
However I started wondering whether if the exception is handled will the exception would be still captured in audit table used by the event hook.
To ensure that I do not miss any exceptions, I was thinking of maintaining the audit table
for logging exceptions in dlt table decorator function as well
Please let me know if this approach would work , Please feel free to suggest if u see any loopholes in this approach or if you know of better approach Amira 🙂.