Hey :slightly_smiling_face: Is it possible to vers...
# questions
s
Hey 🙂 Is it possible to version a PartitionedDataSet?
i
Doesn’t look like it no https://github.com/kedro-org/kedro/blob/main/kedro/io/partitioned_dataset.py#L187 The underlying dataset can’t be versioned
s
Thanks a lot ! ☺️
d
Sorry, I just saw this. It should be possible, but there wasn't alignment on exactly how it should work. If you need this functionality, you could reference https://github.com/kedro-org/kedro/pull/521.
Also, if you need this, feel free to re-raise an issue; I think it should be doable.