kedro-org / kedro-viz

Visualise your Kedro data and machine-learning pipelines and track your experiments.
https://demo.kedro.org
Apache License 2.0
672 stars 110 forks source link

Kedro Viz & DeltaTableDataset: Unable to get file size. Object has no attribute '_protocol' #1893

Open julio-cmdr opened 4 months ago

julio-cmdr commented 4 months ago

Description

Hello! I'm using a pandas.DeltaTableDataset and I'm getting the warning: Unable to get file size for the dataset DeltaTableDataset(...): 'DeltaTableDataset' object has no attribute '_protocol'. I think this warning has been raised by kedro-viz.

After disabling auto-registered kedro-viz’ Hooks in settings.py, no further warnings are raised.

Steps to Reproduce

  1. Set a DeltaTableDataset in catalog.yml and use it as a node input.

Your Environment

astrojuanlu commented 3 months ago

Hi @julio-cmdr, sorry for the slow reply. It's been a while, but do you think you could go back and give a full traceback of the error you get? Would help us understand how to fix it.