Hello, I am trying to run the pipeline using SDK ...
# advanced-need-help
r
Hello, I am trying to run the pipeline using SDK I have found that documentation https://kedro.readthedocs.io/en/stable/nodes_and_pipelines/run_a_pipeline.html?highlight=Run#run-pipelines-with-io is not up to date since in kedro 0.18.0 the SequntialRunner.run method requires
hook_manager
Unfortunately all the documentation says nothing about
hook_manager
and how to initialize it. Moreover, the documentation code gives error since calling
run(pipeline, catalog=catalog)
yields
Copy code
ErrorMessage "TypeError: run() missing 1 required positional argument: 'hook_manager'