Júlio Resende
10/19/2023, 4:36 PMmy_dataset:
type: PartitionedDataset
Do I need to do something else to stop receiving the warning below?
KedroDeprecationWarning: 'PartitionedDataset' has been moved to `kedro-datasets` and will be removed in Kedro 0.19.0.
datajoely
10/19/2023, 4:42 PMJuan Luis
10/19/2023, 4:43 PMPartitionedDataset
from kedro_datasets
rather than <http://kedro.io|kedro.io>
from the dataset definition? 🤔Nok Lam Chan
10/19/2023, 4:49 PMtype: kedro_datasets.partitions.PartitionedDataset
my_dataset:
type: partitioned.PartitionedDataset
<http://kedro.io|kedro.io>
, is this intended?
We need to have migration guide for this because installing kedro-datasets
won’t work out of the box.
Cc @Sajid AlamJúlio Resende
10/19/2023, 4:57 PMClass 'partitions.PartitionedDataset' not found or one of its dependencies has not been installed.
Do I need to install something else?Nok Lam Chan
10/19/2023, 4:58 PMAnkita Katiyar
10/19/2023, 5:03 PMPartitionedDataset
isn’t out yet (I think)Júlio Resende
10/19/2023, 5:07 PMSajid Alam
10/19/2023, 5:07 PMPartitionedDataset
and IncrementalDataset
Júlio Resende
10/19/2023, 5:12 PMJSONDataSet, PlotlyDataSet, MetricsDataSet
imports are being made, with a capital S. This also throws some warnings.
I just found some old issues on github about this.