kedro.runner.AbstractRunner¶
-
class
kedro.runner.AbstractRunner[source]¶ AbstractRunneris the base class for allPipelinerunner implementations.-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
create_default_data_set(ds_name, max_loads)Factory method for creating the default data set for the runner. run(pipeline, catalog)Run the Pipelineusing theDataSet``s provided by ``catalogand save results back to the same objects.run_only_missing(pipeline, catalog)Run only the missing outputs from the Pipelineusing theDataSet``s provided by ``catalogand save results back to the same objects.-