Hi, I've created a custom dataset. Now, I can see ...
# questions
s
Hi, I've created a custom dataset. Now, I can see it in the graph using kedro viz, but it shows the size = 0. What should I add to my custom dataset so that kedro viz will correctly show the size of the dataset?
So far I've implemented three methods: load, save and _describe. I've tried to add 'size' to the dictionary in _describe method, but it didn't help
r
can u share a screenshot? is ur dataset saved somewhere in the repo; it usually just reads the file size of the created asset
s
It reads and writes data to a S3 bucket
r
interesting, i think the
size
only works with local files; and not hosted files; if u r interested; maybe u can request this feature.
👍 3