DEV Community

Discussion on: ✈ Kedro Hooks Intro - creating the kedro-preflight hook

Collapse
 
waylonwalker profile image
Waylon Walker

I completely missed your comment, there are different ways to setup hooks in the back end. Some need an instance of the hook class and some are fine with just a class or module itself.

You can find an example of each in this article.