Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kedro catalog list fails when using KedroDataCatalog #4436

Closed
ElenaKhaustova opened this issue Jan 21, 2025 · 0 comments
Closed

kedro catalog list fails when using KedroDataCatalog #4436

ElenaKhaustova opened this issue Jan 21, 2025 · 0 comments
Assignees
Labels
Issue: Bug Report 🐞 Bug that needs to be fixed

Comments

@ElenaKhaustova
Copy link
Contributor

Description

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.

datasets_meta = data_catalog._datasets

Steps to Reproduce

  1. Use kedro spaceflights-pandas project template
  2. Update settings to use new KedroDataCatalog
  3. Run kedro catalog list

Expected Result

No errors occur

Actual Result

Image

Your Environment

  • Kedro version used (pip show kedro or kedro -V): kedro, version 0.19.10
  • Python version used (python -V): Python 3.11.11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Bug Report 🐞 Bug that needs to be fixed
Projects
Status: Done
Development

No branches or pull requests

1 participant