quantumtrope
04/24/2024, 7:37 PMVersioning doesn’t work with PartitionedDataset. You can’t use both of them at the same time.However, I found on github pull request #447 that implies that you can. So, which is it? Are there any docs for that example? Maybe my specific question is which order do you define things? Using the "pikachu versioned dataset" from the advanced tutorial, would it be:
pikachu:
type: partitions.PartitionedDataset
path: data/01_raw/pokemon-images-and-types/images/images
filename_suffix: '.png'
dataset:
type: kedro_pokemon.datasets.image_dataset.ImageDataset
versioned: true
Nok Lam Chan
04/24/2024, 8:05 PMNok Lam Chan
04/24/2024, 8:06 PM