Hey all, I'm working on writing some tests and wan...
# questions
b
Hey all, I'm working on writing some tests and want to test an entire pipeline at once, my question is how can I input python objects into the pipeline? I was thinking I could probably create a new DataCatalog object but that seems a bit intense for something this simple
d
Is https://docs.kedro.org/en/stable/nodes_and_pipelines/run_a_pipeline.html#run-pipelines-with-io what you meant by creating a new
DataCatalog
object and running with that? I don't feel it's very intense/would recommend that.
b
yeah that's what I ended up doing, not that bad, you're right