You would normally just do `session.run()` instead...
# advanced-need-help
n
You would normally just do
session.run()
instead of calling runner directly. If you absolutely need the runner for some reason, this is a hack work for 0.18.0 but there is no guarantee this will continue to work for coming version.
Copy code
from kedro.framework.session.session import _create_hook_manager
print(runner.run(greeting_pipeline, data_catalog, _create_hook_manager())