Hey everyone, I seem to remember in the past I had...
# questions
b
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
b