Improve %load_node
for node that doesn't have persisted dataset
#4169
Labels
Issue: Feature Request
New feature or improvement to existing feature
Description
Originated from kedro-org/vscode-kedro#140
Context
kedro-viz
, which is currently limited because we do not want the slicing generate a command that Kedro does not know how to run.kedro run
as well since we can support different combinations of slicingPossible Implementation
Check out the
suggest_resume_scanerio
inSequentialRunner
:kedro/kedro/runner/runner.py
Lines 200 to 210 in 91765e3
This roughly has the logic to resume pipeline but it's hidden in a private API, we need to surface this for more generic usage.
The text was updated successfully, but these errors were encountered: