-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[dagit] Auto-refreshing materialization + in progress run overlays on Asset graph #5825
Merged
Merged
Changes from 26 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
dd03169
[dagit] Improvements to AssetGraph performance, "Launch Run" function…
bengotow aa50988
Fix memoization
bengotow 89c6c27
Fix linter issues
bengotow 806bb11
[dagit] Reworked asset details page
bengotow 2662025
Merge branch 'master' of github.com:dagster-io/dagster into bg/graph
bengotow d9258c0
Fix tests
bengotow 1f985f4
Replace neighbors graph with neighbors list
bengotow 5b41c15
Fix asOf handling, add disclosure triangles + hover states
bengotow 4380e4b
Rm tests no longer relevant
bengotow 16138ee
Apply black
bengotow 4b25d48
Auto-refreshing materialization + in progress run overlays on Asset g…
bengotow 3f269d5
Address PR feedback
bengotow ae70dc9
Merge branch 'master' of github.com:dagster-io/dagster into bg/graph
bengotow 9c630a2
Improve the algorithm for shift-selection, ignore foreign nodes and s…
bengotow d353e70
Switch definition and upstream/downstream in the asset details panel
bengotow 8b18163
Shrink nodes a bit
bengotow b680c9a
Merge branch 'master' of github.com:dagster-io/dagster into bg/graph-…
bengotow c1cda64
Merge branch 'bg/graph' of github.com:dagster-io/dagster into bg/grap…
bengotow 8e9c2ef
Merge branch 'master' of github.com:dagster-io/dagster into bg/graph-…
bengotow 5feaa7d
Thread inProgressRunIds into the asset view
bengotow 48c9b2a
Only show spinner for runs that have not yet materialized
bengotow 0db2615
Foreign node CSV should never be considered older than data
bengotow c21c23c
Make assets with no opName unclickable
bengotow b887620
Autorefresh the entire asset details page, fix flickering
bengotow a096249
Fix linter issues
bengotow 332a047
Polish appearance of graphs in the left sidebar of the asset job view
bengotow f940455
Rm console log
bengotow File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
82 changes: 14 additions & 68 deletions
82
js_modules/dagit/packages/core/src/assets/AssetEntryRoot.tsx
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
eep