-
Notifications
You must be signed in to change notification settings - Fork 903
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
Refactor load version logic #1654
Comments
Here's one part of kedro-viz where I'm confident a refactoring would make things cleaner. There may be others as well. |
After this is completed, we should consider what to do with #1691. e.g. should we show |
Reopen as it's only partly done |
Background
Pre-requisite for #1580
The code for loading the latest data/fetching the load version needs further refactoring.
resolve_load_version
is called multiple times, where it probably shouldn't. Moreover, insidekedro-viz
we have replicated some of the logic to load the latest data for experiment tracking, which should be improved as well.The text was updated successfully, but these errors were encountered: