Commit b5b9078
Add GraphQL schema and resolvers for partitioned asset checks
This PR adds the GraphQL layer for partitioned asset checks:
- Add partitionsDefinition field to GraphQL AssetCheck type
- Add AssetCheckPartitionStatus type for partition-level status tracking
- Add resolver for assetCheckPartitionStatuses query
- Update asset graph schema to expose check partition information
- Add partition filtering to asset check execution history queries
- Generate TypeScript types for UI consumption
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 820a75b commit b5b9078
8 files changed
Lines changed: 429 additions & 53 deletions
File tree
- js_modules/dagster-ui/packages/ui-core/src/graphql
- python_modules/dagster-graphql/dagster_graphql
- implementation
- schema
- roots
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 32 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 90 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 51 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
10 | 21 | | |
11 | 22 | | |
12 | 23 | | |
13 | 24 | | |
14 | 25 | | |
15 | 26 | | |
16 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
17 | 64 | | |
18 | 65 | | |
19 | 66 | | |
| 67 | + | |
20 | 68 | | |
21 | 69 | | |
22 | 70 | | |
| |||
26 | 74 | | |
27 | 75 | | |
28 | 76 | | |
| 77 | + | |
29 | 78 | | |
30 | 79 | | |
31 | 80 | | |
| |||
0 commit comments