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
Kedro has a lot of features to improve the performance and efficiency of Kedro runs.
Different Runner types
CachedDataSet
--async
But perhaps we can make the default way Kedro is run more efficient without the user needing to use any of the above features. A "smart" runner that can automatically use the settings that will make your run the fastest and compute efficient.
Priorities are
Solve issues with ParallelRunner
Sort out thread safety issues with SequentialRunner
Decouple runners and catalog
The text was updated successfully, but these errors were encountered:
Original milestone description:
Priorities are
ParallelRunner
SequentialRunner
The text was updated successfully, but these errors were encountered: