Gauthier Pierard
04/01/2025, 12:14 PMNok Lam Chan
04/01/2025, 12:18 PMGauthier Pierard
04/01/2025, 1:02 PMDatasetError:
PartitionedDataset.__init__() got an unexpected keyword argument 'version'.
Dataset 'usp.contextualized_deltav' must only contain arguments valid for the constructor of
'kedro_datasets.partitions.partitioned_dataset.PartitionedDataset'.
catalog.yml:
mynamespace.mydataset:
versioned: true
type: partitions.PartitionedDataset
path: ${_data_prefix}/TEMP/PARTITION_TEST/
dataset: pandas.ParquetDataset
filename_suffix: ".parquet"
overwrite: false
credentials: adls_creds
Nok Lam Chan
04/01/2025, 1:24 PMNok Lam Chan
04/01/2025, 1:25 PMDataset
, PartitionedDataset is just a wrapper so if the underlying dataset does not support verisoning by itself, PartitionDataset cannot support it too.Nok Lam Chan
04/01/2025, 1:25 PMmynamespace.mydataset:
type: partitions.PartitionedDataset
path: ${_data_prefix}/TEMP/PARTITION_TEST/
dataset: pandas.ParquetDataset
versioned: true <- something like this I think
filename_suffix: ".parquet"
overwrite: false
credentials: adls_creds
Gauthier Pierard
04/01/2025, 2:24 PMNok Lam Chan
04/01/2025, 2:32 PMNok Lam Chan
04/01/2025, 2:32 PMNok Lam Chan
04/01/2025, 2:34 PMGauthier Pierard
04/01/2025, 2:34 PMGauthier Pierard
04/01/2025, 2:35 PMDeepyaman Datta
04/01/2025, 2:44 PMDeepyaman Datta
04/01/2025, 2:46 PMDeepyaman Datta
04/01/2025, 2:52 PMGauthier Pierard
04/01/2025, 2:54 PMDeepyaman Datta
04/01/2025, 2:56 PM