-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ui] Evaluations table: Don't load all partition keys up front (#23616)
## Summary & Motivation Defer fetching partition keys affected by an automation policy evaluation. For assets with tons of partitions, this page is slowed significantly by retrieving the parititon subsets up front. Instead, retrieve them when actually hovering over the evaluation data for the relevant row. ## How I Tested These Changes Load a repo with an asset with 200k partitions, then perform some automation evaluations. View an evaluation result, and hover over the "200,000 True" tag. Verify loading state for the partition key query, and correct rendering of partition list.
- Loading branch information
Showing
14 changed files
with
467 additions
and
605 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
e082039
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.
Deploy preview for dagit-core-storybook ready!
✅ Preview
https://dagit-core-storybook-3d2vnapal-elementl.vercel.app
Built with commit e082039.
This pull request is being automatically deployed with vercel-action