Replies: 1 comment
-
I have no plans to implement this directly in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Help
Description
Is it possible to define a bespoke function that get's executed on an error within a targets pipeline, for example: "for this target, if an error occurs, run
update_slack_thread_with_error(err)
before stopping the targets pipeline" ?Similar to what I'd do in the
error
andinterrupt
arguments when using atryCatch()
framework:Beta Was this translation helpful? Give feedback.
All reactions