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
Implement iterable support for the catalog.datasets, allowing users to iterate through datasets objects directly.
We propose to implement iterable support for the catalog.datasets, allowing users to iterate through datasets objects directly.
Context
In the current implementation one can only iterate through datasets' names obtained from catalog.list() which forces using private _get_dataset() method to get the dataset by name.
"I want to get a catalog from a Kedro project and then I want to iterate through the datasets or even just fetch one dataset by the its name."
Description
Implement iterable support for the
catalog.datasets
, allowing users to iterate through datasets objects directly.We propose to implement iterable support for the
catalog.datasets
, allowing users to iterate through datasets objects directly.Context
In the current implementation one can only iterate through datasets' names obtained from
catalog.list()
which forces using private_get_dataset()
method to get the dataset by name."I want to get a catalog from a Kedro project and then I want to iterate through the datasets or even just fetch one dataset by the its name."
See Miro for user context: https://miro.com/app/board/uXjVN2JuRF0=/?moveToWidget=3458764593622844127&cot=14
See dovetail for user interview: https://mckinsey.dovetail.com/data/2UOzkqe9cGAVh7kpHQrNqX#:v:h=uwQEu12hu5NpE3G1KyA9R&s=1
The text was updated successfully, but these errors were encountered: