Shreyas Nc
11/25/2022, 10:26 AMfrom <http://kedro.io|kedro.io> import DataCatalog
from kedro.extras.datasets.pillow import ImageDataSet
io = DataCatalog( {
"cauliflower": ImageDataSet(filepath="data/01_raw/cauliflower"),
}
)
But I dont see this in the catalog and get an error when I reference this in the pipeline node that the entry doesnt exist in the catalog.
Am I missing something here?
Note: this is on the latest version of kedro kedro, version 0.18.3
I just joined the channel, if I am bot using the right format or channel to ask this question, please let me know .
Thanks in advance!datajoely
11/25/2022, 10:28 AMShreyas Nc
11/25/2022, 10:31 AMdatajoely
11/25/2022, 12:01 PM