Major features and improvements
- Added
--only-missing-outputs
CLI flag tokedro run
. This flag skips nodes when all their persistent outputs exist. - Removed the
AbstractRunner.run_only_missing()
method, an older and underused API for partial runs. Please use--only-missing-outputs
CLI instead.
Bug fixes and other changes
- Improved namespace validation efficiency to prevent significant slowdowns when creating large pipelines