You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pretty printing implementation relies on a dataset's _describe() method to get the content for printing. For PartitionedDataset_describe() returns dataset type and config which should be formatted similarly to CachedDataset for consistency.
Current representation:
Target representation (see CachedDataset example):
Description
The pretty printing implementation relies on a dataset's
_describe()
method to get the content for printing. ForPartitionedDataset
_describe()
returns dataset type and config which should be formatted similarly toCachedDataset
for consistency.Current representation:

Target representation (see

CachedDataset
example):Context
kedro-org/kedro#3987 (comment)
Possible Implementation
Update
PartitionedDataset.__repr__
like it's done forCachedDataset
to align representations - adddataset
key and use parent_pretty_repr
method.The text was updated successfully, but these errors were encountered: