<Can't run KedroSession with `from_inputs` parmete...
# questions
u
Can't run KedroSession with `from_inputs` parmeter: ValueError: Pipeline does not contain data_sets named [...] In jupyter notebook, when I run session.run(pipeline_name='sim', from_inputs=['measurements', 'params:simulation']), passing datasets & params specified in catalog.yaml, everything works fine. However, when I want to run it with a dataset that I added during the session, a ValueError occurs:
>> ds = GenMsmtsDataSet()
>> catalog.add('ipy_msmts', ds)
>> session.run(pipeline_name='sim', from_inputs=['ipy_msmts', 'params:simulation'])
ValueError: Pipeline does not contain data_sets named...