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

Unclear dataset type #2071

Open
1 task
astrojuanlu opened this issue Sep 2, 2024 · 1 comment
Open
1 task

Unclear dataset type #2071

astrojuanlu opened this issue Sep 2, 2024 · 1 comment

Comments

@astrojuanlu
Copy link
Member

Description

If I have a polars.CSVDataset and a pandas.CSVDataset, both display just CSVDataset on the sidebar.

Context

How has this bug affected you? What were you trying to accomplish?

Steps to Reproduce

  1. kedro new --name=kedro-preview --tools=viz,data --example=y
  2. Replace one of the datasets with polars.CSVDataset and install `kedro-datasets[polars]
  3. kedro viz run

Expected Result

I expected to see the full dataset qualifier.

Actual Result

I see only the class name.

image

(no preview because it's not a pandas dataset)

Your Environment

Include as many relevant details as possible about the environment you experienced the bug in:

  • Web browser system and version:
  • Operating system and version:
  • NodeJS version used (if relevant):
  • Kedro version used (if relevant):
  • Python version used (if relevant):

Checklist

  • Include labels so that we can categorise your issue
@rashidakanchwala
Copy link
Contributor

this should be a quick fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Inbox
Development

No branches or pull requests

2 participants