let's move the discussion here.
# beginners-need-help
n
let's move the discussion here.
Copy code
from pathlib import Path
Path('certifai\\data\\09_tracking\\test_attributes_best_model.json').iterdir()
Does this gives you same error? Is this a valid path on Windows at all? would it work if you change all the
\\
to
/
?
t
Its actually a path to S3 and I did use the exact same path with jsondataset and that wont give me the error
n
What's the actual path then?
Is this the actual path you put in the catalog?
'certifai\\data\\09_tracking\\test_attributes_best_model.json'
t
No it is s3://certifai/data/09_tracking/test_attributes_best_model.json
n
Thanks
I think this is potentially a bug
https://github.com/kedro-org/kedro-viz/issues/new/choose Would you mind creating a new issue there? And tag me @noklam on GH
I suspect this won't be an issue, if you move the path to a local path instead of
s3
, can you try?
t
Yes I will try it now!
n
awesome
t
If I move the path to a local path it indeed works fine
n
Thanks for getting back, I think this is likely a bug
t
Ive created an issue and tagged you
n
Thank you.