Hey there, Hope that this finds you well! Might be...
# questions
c
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
so you don’t have to define a
load()
method
you can just
save()
via fsspec
almost like a reverse APIDataSet
c
thanks Joel!