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
kedro catalog list command fails with KeyError when using new KedroDataCatalog.
Context
The issue appeared in the 0.19.10 version after lazy dataset initializing was merged, as we did not update dataset access after and only considered initialized datasets for KedroDataCatalog.
Description
kedro catalog list
command fails withKeyError
when using newKedroDataCatalog
.Context
The issue appeared in the 0.19.10 version after lazy dataset initializing was merged, as we did not update dataset access after and only considered initialized datasets for
KedroDataCatalog
.kedro/kedro/framework/cli/catalog.py
Line 70 in fba7c53
Steps to Reproduce
KedroDataCatalog
kedro catalog list
Expected Result
No errors occur
Actual Result
Your Environment
pip show kedro
orkedro -V
): kedro, version 0.19.10python -V
): Python 3.11.11The text was updated successfully, but these errors were encountered: