Unclear dataset type #2071
Labels
Hacktoberfest
Issues to be completed during Hacktoberfest
Issue: Bug Report
Quick Win
Low/Medium priorities but quick to do
Description
If I have a
polars.CSVDataset
and apandas.CSVDataset
, both display justCSVDataset
on the sidebar.Context
How has this bug affected you? What were you trying to accomplish?
Steps to Reproduce
kedro new --name=kedro-preview --tools=viz,data --example=y
polars.CSVDataset
and install `kedro-datasets[polars]kedro viz run
Expected Result
I expected to see the full dataset qualifier.
Actual Result
I see only the class name.
(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:
Checklist
The text was updated successfully, but these errors were encountered: