-
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
Add _SINGLE_PROCESS
property to CachedDataSet
#1888
Comments
Hi @MerelTheisenQB I'd like to contribute with this issue for hacktoberfest. How can I be assigned to it? |
Fantastic! I'll assign you @carlaprv 😄 If this is your first time contributing to Kedro, you might want to check out our contribution guide for guidance. |
Thanks @MerelTheisenQB I've read it and forked the repository to start working :D |
Completed in #1905 |
Description
The
CachedDataSet
cannot be used with theParellelRunner
so we should add the_SINGLE_PROCESS
property just like DeltaTableDataSetContext
#673 (comment)
The text was updated successfully, but these errors were encountered: