Skip to content

Add UI for partitioned asset checks#32898

Draft
prha wants to merge 1 commit into
prha/asset-checks-05-ui-refactorfrom
prha/asset-checks-06-ui-feature
Draft

Add UI for partitioned asset checks#32898
prha wants to merge 1 commit into
prha/asset-checks-05-ui-refactorfrom
prha/asset-checks-06-ui-feature

Conversation

@prha

@prha prha commented Nov 22, 2025

Copy link
Copy Markdown
Contributor

Summary & Motivation

This PR adds the UI for viewing partitioned asset checks history

How I Tested These Changes

BK

prha commented Nov 22, 2025

Copy link
Copy Markdown
Contributor Author

@github-actions

github-actions Bot commented Nov 22, 2025

Copy link
Copy Markdown
Contributor

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-d3lo8gukx-elementl.vercel.app
https://prha-asset-checks-06-ui-feature.core-storybook.dagster-docs.io

Built with commit 9f7eab9.
This pull request is being automatically deployed with vercel-action

@prha
prha force-pushed the prha/asset-checks-06-ui-feature branch from 30266df to cf092f2 Compare November 22, 2025 06:25
@prha
prha force-pushed the prha/asset-checks-05-ui-refactor branch from eec13c8 to 628e6a7 Compare November 22, 2025 06:25
@prha
prha force-pushed the prha/asset-checks-06-ui-feature branch from cf092f2 to 2fd4419 Compare November 22, 2025 19:50
@prha
prha force-pushed the prha/asset-checks-05-ui-refactor branch 2 times, most recently from 0e641c0 to 609aa4a Compare November 22, 2025 20:26
@prha
prha force-pushed the prha/asset-checks-06-ui-feature branch 2 times, most recently from 2ecce38 to bf9249e Compare November 22, 2025 20:31
@prha
prha force-pushed the prha/asset-checks-05-ui-refactor branch from 609aa4a to a08eaf6 Compare November 22, 2025 20:31
@prha
prha force-pushed the prha/asset-checks-06-ui-feature branch from bf9249e to 92d03f2 Compare November 22, 2025 20:49
@prha
prha force-pushed the prha/asset-checks-05-ui-refactor branch 2 times, most recently from 8c51a66 to f119c4f Compare November 22, 2025 22:01
@prha
prha force-pushed the prha/asset-checks-06-ui-feature branch 2 times, most recently from e1f5534 to d520487 Compare November 22, 2025 22:51
@prha
prha force-pushed the prha/asset-checks-05-ui-refactor branch from f119c4f to 4afe4c1 Compare November 22, 2025 22:51
@prha
prha force-pushed the prha/asset-checks-06-ui-feature branch from d520487 to c267429 Compare November 22, 2025 23:06
@prha
prha force-pushed the prha/asset-checks-05-ui-refactor branch 2 times, most recently from 6b40bc9 to d265c63 Compare November 22, 2025 23:52
@prha
prha force-pushed the prha/asset-checks-06-ui-feature branch from c267429 to 3647c86 Compare November 22, 2025 23:52
@prha
prha force-pushed the prha/asset-checks-05-ui-refactor branch from d265c63 to 5b22b78 Compare November 23, 2025 00:32
@prha
prha force-pushed the prha/asset-checks-06-ui-feature branch 2 times, most recently from 545b36c to 5909735 Compare November 23, 2025 02:50
@prha
prha force-pushed the prha/asset-checks-05-ui-refactor branch 2 times, most recently from baa2baf to 60485fc Compare November 23, 2025 03:21
@prha
prha force-pushed the prha/asset-checks-06-ui-feature branch from 5909735 to 22a4490 Compare November 23, 2025 03:21
@prha
prha force-pushed the prha/asset-checks-05-ui-refactor branch from 60485fc to e2222b9 Compare November 23, 2025 05:32
@prha
prha force-pushed the prha/asset-checks-06-ui-feature branch from 22a4490 to 0a7182f Compare November 23, 2025 05:32
@prha
prha force-pushed the prha/asset-checks-05-ui-refactor branch from e2222b9 to 8cb02e9 Compare December 2, 2025 00:31
@prha
prha force-pushed the prha/asset-checks-06-ui-feature branch from b8ba171 to 7aa2085 Compare December 2, 2025 00:31
@prha
prha force-pushed the prha/asset-checks-05-ui-refactor branch from 8cb02e9 to d48d07b Compare December 3, 2025 21:51
@prha
prha force-pushed the prha/asset-checks-06-ui-feature branch 2 times, most recently from 0dfc215 to 93683e4 Compare December 3, 2025 22:15
@prha
prha force-pushed the prha/asset-checks-05-ui-refactor branch 2 times, most recently from 8781b50 to deeeaa2 Compare December 4, 2025 22:23
@prha
prha force-pushed the prha/asset-checks-06-ui-feature branch from 93683e4 to 08459a7 Compare December 4, 2025 22:23
@prha
prha force-pushed the prha/asset-checks-05-ui-refactor branch from deeeaa2 to 8a0f0fe Compare December 5, 2025 05:56
@prha
prha force-pushed the prha/asset-checks-06-ui-feature branch from 08459a7 to f4c52ec Compare December 5, 2025 05:56
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 <noreply@anthropic.com>
@prha
prha force-pushed the prha/asset-checks-06-ui-feature branch from f4c52ec to 9f7eab9 Compare December 5, 2025 18:22
@prha
prha force-pushed the prha/asset-checks-05-ui-refactor branch from 8a0f0fe to c5b07e4 Compare December 5, 2025 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant