At first, I thought the `session.run` idea was thi...
# beginners-need-help
g
At first, I thought the
session.run
idea was this: Have a generic function that can run nodes, pipelines, everything needed for a set of inputs and/or a set of outputs, and kedro would take care of running everything. But the return values are just for those that have a catalog issue, and there is no way to access the catalog for those runs (I think) . So I'm always lost on how to use the
session.run
, specifically due to the fact that I can't reach those memory datasets interactively unless I'm always persisting everything in the catalog.