pasteur.kedro.runner.common.run_expanded_node#
- pasteur.kedro.runner.common.run_expanded_node(node, catalog, hook_manager, session_id=None, run_id=None)[source]#
Handles expanded output’s option of returning a set of callables. Callables are processed by the process pool and the result is untangled by ExpandedNode into the dictionary that gets saved in the catalog.
It also handles printing exceptions.
- Return type:
Node