Tier 17.2: F3.2 sub-tier 2 — fact_option_allocations columns (3 cols) - #20
Merged
Merged
Conversation
Second sub-tier of WS2 F3.2 follow-on. Adds 3 spec-mapping columns to gold.fact_option_allocations across all four dialects (Delta, Hive, Fabric Lakehouse, Fabric Warehouse): - allocation_key_date TIMESTAMP NOT NULL §5.1.13.1 row 6 (MOPA/MOAA) - prior_allocation_key_date TIMESTAMP §5.1.13.2 row 8 (MOAA) - allocation_instruction_time TIMESTAMP §5.1.13.1 row 24 (MOPA/MOAA) Mirrors the equity-side fact_allocations layout from Tier 14. No mapping CSV section-ref corrections needed - all 3 claims verified correct against the CAT IM v4.1.0r15 PDF (the earlier SECTION_MISMATCH flag on allocation_key_date was a boundary artifact at the section 5.1.13 -> 5.1.13.1 transition). Allowlist: known_field_mapping_gaps.csv: 89 -> 86 rows (-3) F3.2 remaining: 86 (was 89) F3.1 phantom-table: 0 (unchanged, cleared in Tier 13-16) All 8 guardrails pass.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Second sub-tier of WS2 F3.2 follow-on. Adds 3 spec-mapping columns to
fact_option_allocationsacross all four dialects.Files changed
ddl/option/02_option_gold_delta.sql- add 3 columnsddl/option/04_option_gold_hive.sql- add 3 columnsddl/option/05_option_silver_fabric_lakehouse.sql- add 3 columnsddl/option/06_option_fabric_warehouse.sql- add 3 columnsguardrails/known_field_mapping_gaps.csv- 89 → 86 rowsCHANGELOG.md- Tier 17.2 entryColumns added
allocation_key_dateprior_allocation_key_dateallocation_instruction_timeNo mapping CSV fixes this sub-tier
All 3 mapping CSV section refs verified correct against the spec PDF. The earlier verifier flag on
allocation_key_date(§5.1.13 vs §5.1.13.1) was a boundary artifact at the section header page transition; the actual field-table row is in §5.1.13.1 as the mapping CSV claims.Coverage
F3.2 burndown progress
fact_option_executionsfact_option_allocationsfact_multileg_option_legsfact_option_order_eventsfact_multileg_option_eventsTest plan
fact_option_allocationsmapping rows now resolve in DDL