Hello, I would like to know how I may access the c...
# beginners-need-help
a
Hello, I would like to know how I may access the catalog of my project from within a Python script. Providing more context: In a Jupyter notebook, if I use the appropriate kedro magic, I can type catalog.load('foo') to load the dataset named 'foo' which is registered in my project's catalog. I would like to do this in a standalone Python script (a .py file).
2 Views