-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add UI for partitioned asset checks #32898
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
base: prha/asset-checks-05-ui-refactor
Are you sure you want to change the base?
Add UI for partitioned asset checks #32898
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit 0a7182f. |
30266df to
cf092f2
Compare
eec13c8 to
628e6a7
Compare
cf092f2 to
2fd4419
Compare
0e641c0 to
609aa4a
Compare
2ecce38 to
bf9249e
Compare
609aa4a to
a08eaf6
Compare
bf9249e to
92d03f2
Compare
8c51a66 to
f119c4f
Compare
e1f5534 to
d520487
Compare
f119c4f to
4afe4c1
Compare
d520487 to
c267429
Compare
6b40bc9 to
d265c63
Compare
c267429 to
3647c86
Compare
d265c63 to
5b22b78
Compare
545b36c to
5909735
Compare
baa2baf to
60485fc
Compare
5909735 to
22a4490
Compare
This PR adds the complete UI for viewing and managing partitioned asset checks: - New AssetCheckPartitions tab showing partition-level status - AssetCheckPartitionStatus component for status visualization - AssetCheckPartitionDetail modal for drilling into partition details - useAssetCheckPartitionData hook for fetching partition data - useAssetCheckPartitionDetail hook for partition-specific queries - Update AssetChecks to support partition display - Update AssetChecksTabs to show Partitions tab when applicable - Update AssetCheckOverview to show last partition evaluation - Update AssetCheckExecutionList to display partition key - Update LogsRow to show partition context for check events - Add integration test for asset backfill with partitioned checks 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
60485fc to
e2222b9
Compare
22a4490 to
0a7182f
Compare

Summary & Motivation
How I Tested These Changes
Changelog