-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
urlopen error when using an SFTP path #514
Comments
Hi @TristanFauvel Kedro already supports |
Hi @datajoely, I noticed that the bug occurs in CSVDataSet's _load(). Replacing:
with :
solved the bug (as I did in the SFTPDataSet class above). pandas version : I got the bug with both 2.0.3 and 2.1.0 |
Hi @TristanFauvel, do you need more help with this issue or can it be closed? |
Description
When adding
my_data
to the DataCatalog with an SFTP path:I get :
Context
I am trying to load a .csv file from a server using SFTP. Creating the following custom SFTPDataSet class solved the issue :
Steps to Reproduce
Expected Result
The .csv should be loaded into a pandas dataframe.
Actual Result
Instead I get:
Your Environment
pip show kedro
orkedro -V
): kedro, version 0.18.13python -V
): Python 3.10.12The text was updated successfully, but these errors were encountered: