You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, if I want to move my work to the cloud, I need to use the SMB protocol. It is already supported by fsspec. Using normal pandas read/ write csv, I do something like this:
Description
I often work with data located on a network drive. If I am working locally, I can easily load such data by specifying the displayed path, e.g.:
However, if I want to move my work to the cloud, I need to use the SMB protocol. It is already supported by fsspec. Using normal pandas read/ write csv, I do something like this:
However, when I plug something similar into my data catalog, I get the following error message:
When I look at the code of kedro.io.core, I notice that smb protocol is not listed.
Possible Implementation
Has anyone come across this issue before and perhaps have a workaround? If not, I will implement this by adding smb to the list of protocols.
Thanks :)
The text was updated successfully, but these errors were encountered: