pandas.CSVDataSet
with remote filepaths cannot be pickled
#271
Labels
bug
Something isn't working
Hacktoberfest
help wanted
Contribution task, outside help would be appreciated!
Milestone
Description
As per title.
cc @jmnunezd
Context
As a result,
pandas.CSVDataSet
with remote filepaths cannot be used withParallelRunner
.Steps to Reproduce
Expected Result
Datasets with remote filepaths behave in the same way as datasets with local filepaths:
This could be considered a feature request, rather than a bug. But it was surprising that the nature of the
filepath
could influence the result.Your Environment
Include as many relevant details about the environment in which you experienced the bug:
pip show kedro
orkedro -V
): 0.18.11pip show kedro-airflow
): kedro-datasets 1.4.2python -V
): 3.10.11The text was updated successfully, but these errors were encountered: