https://kedro.org/ logo
#questions
Title
# questions
c

Cyril Verluise

08/11/2023, 10:01 AM
Hey there, Hope that this finds you well! Might be a silly question but better safe than sorry. Context is a custom kedro dataset. Can you confirm that if the function reading the input does not support file objects (e.g. only str and Path), I cannot use fsspec best practices? thanks!
d

datajoely

08/11/2023, 10:34 AM
so you don’t have to define a
load()
method
you can just
save()
via fsspec
almost like a reverse APIDataSet
c

Cyril Verluise

08/28/2023, 7:54 AM
thanks Joel!