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
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
Deepyaman Datta
06/25/2026, 2:23 AM
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.