fix(ucepsa): remove duplicate readiness eligibility column

This commit is contained in:
Victor Fraile Garcia 2026-07-20 14:18:37 +02:00
parent ce086b697c
commit 9dccf500e2

View File

@ -683,8 +683,7 @@ SELECT
ELSE 5
END
) AS readiness_stage,
false AS ready_for_official_ledger,
false AS official_ledger_eligible
false AS ready_for_official_ledger
FROM
mv_reports_ucepsa_prod
.li_canonical_context_readiness_metrics_v1 m;