Hello everyone! I have the same problem here, I ma...
# advanced-need-help
e
Hello everyone! I have the same problem here, I managed to run the pipeline using >
from kedro.framework.hooks import _create_hook_manager
>
print(runner.run(greeting_pipeline, data_catalog, _create_hook_manager())
but I would like to use session. Any help on how I could get or create the session to use for the
session.run()
command? Is there a way to pass to the session a specific datacatalog? (I am using this to perform some tests and I created a fake data catalog to do this) Thank you in advance!