Hi, I just started to use Kedro and my use case is...
# advanced-need-help
b
Hi, I just started to use Kedro and my use case is the analysis of image data (no ML for now) using dask. I have defined a custom data type that reads my data and metadata. I know how to pass the data to a node in my pipeline, but what about metadata? Should I pass the custom data type class as input?