Commit 0139201
Fix partitioned asset check test to include partition in evaluation
The AssetCheckEvaluation class has a partition field that needs to be set
when storing evaluation events for partitioned asset checks. This field is
used by the storage layer to properly associate evaluations with their
partitions, enabling partition-based filtering in the GraphQL API.
Changes:
- Added partition parameter to AssetCheckEvaluation in test events
- This ensures evaluations are properly linked to their partitions
- All partition filter tests now pass
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent c1d7a34 commit 0139201
1 file changed
Lines changed: 4 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1601 | 1601 | | |
1602 | 1602 | | |
1603 | 1603 | | |
| 1604 | + | |
1604 | 1605 | | |
1605 | 1606 | | |
1606 | 1607 | | |
| |||
1625 | 1626 | | |
1626 | 1627 | | |
1627 | 1628 | | |
| 1629 | + | |
1628 | 1630 | | |
1629 | 1631 | | |
1630 | 1632 | | |
| |||
1643 | 1645 | | |
1644 | 1646 | | |
1645 | 1647 | | |
| 1648 | + | |
1646 | 1649 | | |
1647 | 1650 | | |
1648 | 1651 | | |
| |||
1659 | 1662 | | |
1660 | 1663 | | |
1661 | 1664 | | |
| 1665 | + | |
1662 | 1666 | | |
1663 | 1667 | | |
1664 | 1668 | | |
| |||
0 commit comments