kedro-wings icon indicating copy to clipboard operation
kedro-wings copied to clipboard

Feature Request: support dataset versioning

Open Sitin opened this issue 3 years ago • 0 comments

Versioning in Kedro is great. Even though we have an alternative to use different root for KedroWings, I believe it would be much better to support versions out of the box.

We can do that by adding extra parameter to KedroWings, namely versioned: bool = False. When it set True, we can update the KedroWings._dataset_configs. I've tried it by subclassing from KedroWings and it works fine.

Sitin avatar Dec 18 '20 10:12 Sitin