after_pipeline_run hook run_result
is empty on successful run
#4396
Labels
Community
Issue/PR opened by the open-source community
run_result
is empty on successful run
#4396
Description
The
run_result
parameter is an empty dictionary when the pipeline runs and saves the output successfully.Context
I am trying to get the pipeline outputs in a hook
Steps to Reproduce
in hooks.py:
Expected Result
run_result
contains the pipeline outputActual Result
run_result = {}
Your Environment
kedro version 0.19.10
python version 3.12.7
linux
The text was updated successfully, but these errors were encountered: