You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Versioning in Kedro is great. Even though we have an alternative to use different
root
forKedroWings
, I believe it would be much better to support versions out of the box.We can do that by adding extra parameter to
KedroWings
, namelyversioned: bool = False
. When it setTrue
, we can update theKedroWings._dataset_configs
. I've tried it by subclassing fromKedroWings
and it works fine.The text was updated successfully, but these errors were encountered: