https://kedro.org/ logo
#questions
Title
# questions
b

Brandon Meek

10/02/2023, 9:16 PM
Hey everyone, I seem to remember in the past I had a way of adding a catalog created at runtime (In a jupyter notebook) to the DataCatalog and then running the pipeline with the new catalog but I can't seem to recreate it, can someone help me with this? So far I've got:
Copy code
catalog.add_all({"manual": manual_dataset, "params:budgets": budgets}, replace=True)
but when I do
session.run()
after that I get an error that the dataset doesn't exist
I finally found it in the documentation
j

Juan Luis

10/03/2023, 6:52 AM
b

Brandon Meek

10/03/2023, 7:35 PM
8 Views