-
Notifications
You must be signed in to change notification settings - Fork 909
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
Improve resume pipeline suggestion for SequentialRunner #1795
Commits on Aug 19, 2022
-
Add _find_first_persistent_ancestors and stubs for supporting functions.
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 426824a - Browse repository at this point
Copy the full SHA 426824aView commit details -
Add body to _enumerate_parents.
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f90daf7 - Browse repository at this point
Copy the full SHA f90daf7View commit details -
Add function to check persistence of node outputs.
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1cb2e3 - Browse repository at this point
Copy the full SHA e1cb2e3View commit details -
Modify _suggest_resume_scenario to use _find_first_persistent_ancestors
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18a6105 - Browse repository at this point
Copy the full SHA 18a6105View commit details -
Pass catalog to self._suggest_resume_scenario
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7753486 - Browse repository at this point
Copy the full SHA 7753486View commit details -
Track and return all ancestor nodes that must be re-run during DFS.
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a402aa7 - Browse repository at this point
Copy the full SHA a402aa7View commit details -
Integrate DFS with original _suggest_resume_scenario.
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 699a9f5 - Browse repository at this point
Copy the full SHA 699a9f5View commit details -
Implement backwards-DFS strategy on all boundary nodes.
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a49a6f7 - Browse repository at this point
Copy the full SHA a49a6f7View commit details -
Switch to multi-node start BFS approach to finding persistent ancestors.
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7955d0d - Browse repository at this point
Copy the full SHA 7955d0dView commit details -
Add a useful error message if no nodes ran.
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68764f7 - Browse repository at this point
Copy the full SHA 68764f7View commit details -
Add docstrings to new functions.
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74c60f7 - Browse repository at this point
Copy the full SHA 74c60f7View commit details -
Add catalog argument to self._suggest_resume_scenario
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 958fb91 - Browse repository at this point
Copy the full SHA 958fb91View commit details -
Modify exception_fn to allow it to take multiple arguments
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d61a19b - Browse repository at this point
Copy the full SHA d61a19bView commit details -
Add test for AbstractRunner._suggest_resume_scenario
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8724923 - Browse repository at this point
Copy the full SHA 8724923View commit details -
Add docstring for _suggest_resume_scenario
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f57c431 - Browse repository at this point
Copy the full SHA f57c431View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fda4c0 - Browse repository at this point
Copy the full SHA 9fda4c0View commit details -
Move new functions out of AbstractRunner
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a79059 - Browse repository at this point
Copy the full SHA 3a79059View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13063dd - Browse repository at this point
Copy the full SHA 13063ddView commit details -
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f29bbf5 - Browse repository at this point
Copy the full SHA f29bbf5View commit details -
Access datasets __dict__ using vars()
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01d5ab0 - Browse repository at this point
Copy the full SHA 01d5ab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dae5e7 - Browse repository at this point
Copy the full SHA 1dae5e7View commit details -
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d572896 - Browse repository at this point
Copy the full SHA d572896View commit details -
Add a space to resume suggestion message
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af405ed - Browse repository at this point
Copy the full SHA af405edView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1b6693 - Browse repository at this point
Copy the full SHA d1b6693View commit details
Commits on Aug 26, 2022
-
Modify DFS logic to eliminate possible queue duplicates
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 836d583 - Browse repository at this point
Copy the full SHA 836d583View commit details -
Modify catalog.datasets to catalog._data_sets w/ disabled linter warning
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c7e795 - Browse repository at this point
Copy the full SHA 7c7e795View commit details -
Move all pytest fixtures to conftest.py
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 069a6fe - Browse repository at this point
Copy the full SHA 069a6feView commit details -
Modify all instances of Pipeline to pipeline
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4a6525 - Browse repository at this point
Copy the full SHA e4a6525View commit details -
Fix typo in the name of TestSequentialRunnerBranchedPipeline
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32aa7a2 - Browse repository at this point
Copy the full SHA 32aa7a2View commit details -
Remove spurious assert in save of persistent_dataset_catalog
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e92a756 - Browse repository at this point
Copy the full SHA e92a756View commit details
Commits on Aug 31, 2022
-
Replace instantiations of Pipeline with pipeline
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffb4074 - Browse repository at this point
Copy the full SHA ffb4074View commit details -
Modify test_suggest_resume_scenario fixture to use node names
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1bf5f1d - Browse repository at this point
Copy the full SHA 1bf5f1dView commit details -
Add disable=unused-argument to _save
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2481db - Browse repository at this point
Copy the full SHA c2481dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35ad81f - Browse repository at this point
Copy the full SHA 35ad81fView commit details
Commits on Sep 2, 2022
-
Remove resume suggestion for ParallelRunner
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99e0bb2 - Browse repository at this point
Copy the full SHA 99e0bb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85f7609 - Browse repository at this point
Copy the full SHA 85f7609View commit details -
Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a74fef6 - Browse repository at this point
Copy the full SHA a74fef6View commit details -
Merge branch 'feat/improve-resume-scenario-suggestion' of github.com:…
…kedro-org/kedro into feat/improve-resume-scenario-suggestion Signed-off-by: Jannic Holzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74d0cec - Browse repository at this point
Copy the full SHA 74d0cecView commit details