Discrepancy between setting save_version
via catalog constructor and when passing datasets
#4327
Labels
Component: Framework
Issue/PR that addresses core framework functionality
Component: IO
Issue/PR addresses data loading/saving/versioning and validation, the DataCatalog and DataSets
Milestone
Description
In the catalog constructor
kedro/kedro/io/kedro_data_catalog.py
Line 65 in 9464dc7
from_config
kedro/kedro/io/kedro_data_catalog.py
Line 273 in 9464dc7
This constraint is bypassed when passing instantiated dataset objects to catalog constructor.
Context
save version
should we save and load back when serialization/deserialization [DataCatalog]: Spike - Catalog serialization and deserialization support #3932Possible Implementation
load_version
per catalog.Possible Alternatives
The text was updated successfully, but these errors were encountered: