Stop a pipeline programmatically #1727
schergui-thefork
started this conversation in
Idea
Replies: 1 comment 1 reply
-
@schergui-thefork For that you can simply raise an Exception, it may be more appropriate to have your custom exception such as |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a hook that runs a data check and I would like to know what's the best way to stop the currently running pipeline as well as stop the other pipelines from being executed programmatically (I want to stop the execution of kedro from within python if the data quality checks are not ok)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions