Has anyone tried to use Kedro with OCI? I'm trying...
# questions
e
Has anyone tried to use Kedro with OCI? I'm trying to use Data Science notebook with Data Flow, but I have a problem accessing Buckets because Kedro try to resolve oci:// fsspec and check if "ocifs" is installed, but the Data Flow isn't compatible with this library (it throws an error saying that GLIBC_2.28 doesn't exist. This fsspec check is something that is in Kedros core and I don't know if that's an easy way to deactivate that
n
Kedro relies on fsspec on remote storage - so https://ocifs.readthedocs.io/en/stable/getting-started.html
ocifs
is developed by Oracle. If it doesn't work with their own product then it may be useful to raise this issue to them.
d
What OS are you running on? A quick search seems to indicate you may be running on something old without GLIBC, and maybe this wouldn't happen on something like RHEL8.