mirror of
https://github.com/apache/superset.git
synced 2026-09-01 21:11:28 +00:00
Corrects three things found while writing the plan, ahead of the spec: EnricherFn needs the whole schema (not just its own field) since Balloons' real enricher reads a sibling $defs entry; check_dependencies resolves x-dependsOn by raw name instead of alias, so it has never actually worked (verified directly against a real parsed model); and the x-dependsOn gate is coarser than Balloons' actual guard (dimensions non-empty, series non-empty) so the enricher keeps its own fine-grained check. Spec gets reconciled with these once implementation confirms them. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>