mirror of
https://github.com/apache/superset.git
synced 2026-09-05 15:01:44 +00:00
Rewrites the spec's Design section to match what shipped: EnricherFn's signature includes the whole schema (not just its own field), documents the check_dependencies alias-resolution fix as the first real exercise of that function, and clarifies the x-dependsOn gate is a coarse pre-filter alongside Balloons' unchanged fine-grained guard, not a replacement for it. All three were caught while writing the implementation plan (before any code was written), so this is a documentation-only reconciliation -- no behavior differs from what the plan specified. Marks all plan steps complete with actual results (442 tests passing, clean pre-commit on every task, no frontend files touched). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>