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 root cause is now dataset cannot find the _load method as it's looking for signature of AbstractDataset, while the _load is implemented in JSONDataset
Description
https://github.com/kedro-org/kedro-plugins/actions/runs/10181415594/job/28161510649?pr=786
The root cause is now dataset cannot find the
_load
method as it's looking for signature ofAbstractDataset
, while the_load
is implemented inJSONDataset
Potential Fix
Use generic type instead of returing
AbstractDataset
in https://github.com/kedro-org/kedro/blob/8bbbfb6c7257005bef841143690308f05d4b829b/kedro/io/core.py#L403-L407The text was updated successfully, but these errors were encountered: