-
Notifications
You must be signed in to change notification settings - Fork 906
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
[KED-3075] Using CachedDataSet and ParallelRunner together fails #673
Comments
Related to #420 @deepyaman |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Can anyone help on this issue? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi @deepyaman @yetudada , could you please help on this issue? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@Minyus is this still an issue with latest Kedro version? |
@lorenabalan i was able to reproduce this issue with Kedro version 0.17.4, python 3.8.10, Ubuntu 20.04 LTS |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi @Minyus , thank you for reporting the issue! Unfortunately I don't think we'll add support for using In the meanwhile, we should mark this dataset as non-usable by the |
Closing this issue. We'll make it clear that |
Description
Using CachedDataSet and ParallelRunner together fails.
Context
CachedDataSet and ParallelRunner are often used to make the pipeline run faster, but using both with Kedro 0.17.0 fails.
Steps to Reproduce
kedro new --starter=pandas-iris
and generate the Kedro project.conf/base/catalog.yml
.kedro run -p
Expected Result
Complete without error.
Actual Result
Tell us what happens instead.
Your Environment
pip show kedro
orkedro -V
): 0.17.0python -V
): 3.7.7The text was updated successfully, but these errors were encountered: