Skip to content

Commit

Permalink
docs: replace kedro.io by kedro_datasets.partitions for PartitionedDa…
Browse files Browse the repository at this point in the history
…taset (#3665)

Signed-off-by: Flavien Lambert <[email protected]>
  • Loading branch information
PetitLepton authored Feb 29, 2024
1 parent 5c35e21 commit c5d31db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/data/partitioned_and_incremental_datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Like any other dataset, `PartitionedDataset` can also be instantiated programmat
```python
from kedro_datasets.pandas import CSVDataset
from kedro.io import PartitionedDataset
from kedro_datasets.partitions import PartitionedDataset

my_credentials = {...} # credentials dictionary

Expand Down

0 comments on commit c5d31db

Please sign in to comment.