-
Notifications
You must be signed in to change notification settings - Fork 59
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
Perf Refactor: Some parent nodes don't load children #680
Perf Refactor: Some parent nodes don't load children #680
Conversation
for (const executionId in allExecutions) { | ||
const execution = allExecutions[executionId]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's keep the dynamicExecution
name, so we don't trigger the changes here, and executionsByNodeId
can be transformed to dynamicExecutionsByNodeId
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@olga-union. As this execution can be dynamic or static, so I don't think we can name it as dynamicExecution.
fix: checkForDynamicExecutions Signed-off-by: Jason Porter <[email protected]>
* fix: execution view children fetch on demand refactor Signed-off-by: Olga Nad <[email protected]> Signed-off-by: Jason Porter <[email protected]> * fix: incorrect import Signed-off-by: Olga Nad <[email protected]> Signed-off-by: Jason Porter <[email protected]> * chore: fix expander bug (#677) * chore: fix expander bug Signed-off-by: Carina Ursu <[email protected]> * chore: add await everywhere Signed-off-by: Carina Ursu <[email protected]> --------- Signed-off-by: Carina Ursu <[email protected]> Signed-off-by: Jason Porter <[email protected]> * fix: toggle in timeline Signed-off-by: Olga Nad <[email protected]> Signed-off-by: Jason Porter <[email protected]> * fix: checkForDynamicExecutions Signed-off-by: Jason Porter <[email protected]> * Revert "fix: checkForDynamicExecutions" This reverts commit 450d144. Signed-off-by: Jason Porter <[email protected]> * Perf Refactor: Some parent nodes don't load children (#680) fix: checkForDynamicExecutions Signed-off-by: Jason Porter <[email protected]> * chore: simplify graph code Signed-off-by: Carina Ursu <[email protected]> Signed-off-by: Jason Porter <[email protected]> * adding util Signed-off-by: Jason Porter <[email protected]> * Changing type Signed-off-by: Jason Porter <[email protected]> * Updated click handlers Signed-off-by: Jason Porter <[email protected]> * Fixed graph dynamic node issue Signed-off-by: Jason Porter <[email protected]> * Key was not a valid prop in this case, removed Signed-off-by: Jason Porter <[email protected]> * chore: fix tests Signed-off-by: Carina Ursu <[email protected]> Signed-off-by: Jason Porter <[email protected]> --------- Signed-off-by: Olga Nad <[email protected]> Signed-off-by: Jason Porter <[email protected]> Signed-off-by: Carina Ursu <[email protected]> Co-authored-by: Carina Ursu <[email protected]> Co-authored-by: James <[email protected]> Co-authored-by: james-union <[email protected]> Co-authored-by: Jason Porter <[email protected]>
https://github.com/unionai/cloud/issues/1645
Type
Are all requirements met?
Complete description
How did you fix the bug, make the feature etc. Link to any design docs etc
Tracking Issue
Remove the 'fixes' keyword if there will be multiple PRs to fix the linked issue
fixes https://github.com/flyteorg/flyte/issues/
Follow-up issue
NA
OR
https://github.com/flyteorg/flyte/issues/