Hamza
08/12/2024, 5:47 PMDeepyaman Datta
08/12/2024, 6:20 PMNok Lam Chan
08/12/2024, 11:03 PMNok Lam Chan
08/12/2024, 11:04 PMJuan Luis
08/13/2024, 7:51 AMHamza
08/13/2024, 7:51 AMJuan Luis
08/13/2024, 7:54 AMfrom kedro.config import OmegaConfigLoader
from <http://kedro.io|kedro.io> import DataCatalog
conf_loader = OmegaConfigLoader(conf_source=".") # assumes single catalog.yml in the CWD, no conf/, no conf/{base,local}
catalog = DataCatalog.from_config(conf_catalog)
and take it from thereJuan Luis
08/13/2024, 7:54 AMJuan Luis
08/13/2024, 7:56 AMpip install kedro-catalog
, which addresses the installation side (the usage side is addressed with the code block I shared)Hamza
08/13/2024, 8:01 AMJuan Luis
08/13/2024, 8:06 AMNok Lam Chan
08/13/2024, 9:30 AM