Closed SajidAlamQB closed 2 weeks ago
Related to: https://github.com/kedro-org/kedro-viz/issues/1893
User reported getting Unable to get file size. Object has no attribute '_protocol' for DeltaTableDataset. This PR will aim to resolve it.
Unable to get file size. Object has no attribute '_protocol'
DeltaTableDataset
Stopped relying on methods from kedro that rely on private attribute, use fsspec to find file size.
fsspec
RELEASE.md
Added some thoughts on https://github.com/kedro-org/kedro-viz/issues/1893#issuecomment-2456833233
Description
Related to: https://github.com/kedro-org/kedro-viz/issues/1893
User reported getting
Unable to get file size. Object has no attribute '_protocol'
forDeltaTableDataset
. This PR will aim to resolve it.Development notes
Stopped relying on methods from kedro that rely on private attribute, use
fsspec
to find file size.QA notes
Checklist
RELEASE.md
file