kedro-datasets
: Datasets accept non-primitive parameters in the __init__
#950
Labels
kedro-datasets
: Datasets accept non-primitive parameters in the __init__
#950
Description
Catalog to config solution is based on extracting dataset
__init__
parameters and their values passed when creating a dataset.The solution does not cover the case when non-primitive parameters are accepted in the dataset constructor:
5.1.0/_modules/kedro_datasets/partitions/incremental_dataset.html#IncrementalDataset
Possible Implementation
(Preferable solution) Force datasets to only have static, primitive parameters in the
__init__
: kedro-org/kedro#4329 (comment)Possible Alternatives
Extend parent
AbstractDataset.to_config()
at the dataset level to serialize those objects.The text was updated successfully, but these errors were encountered: