From 51971aaab9926aea79899058958d0ad4537e932c Mon Sep 17 00:00:00 2001 From: Jamezy Cesar Date: Fri, 22 May 2026 16:57:16 -0400 Subject: [PATCH 1/2] docs(changelog): record Tier 15 fact_quotes bundle with PR #16 The Tier 14 push script staged the same file list as the planned Tier 15 push (ddl/equity/0[2456]_*.sql, known_field_mapping_gaps.csv, CHANGELOG.md). Because the working tree carried both tiers' edits at the time of push_tier14 execution, PR #16 (commit b9f5d8c) physically contains: - fact_allocations DDL (intended Tier 14, MEPA/MEAA, 19 mapping rows) - fact_quotes DDL (intended Tier 15, MENQ/MENQS/MERQ/MERQS/MEQR/MEQC/MEQM/MEQS, 31 mapping rows) - known_field_mapping_gaps.csv: 201 -> 151 rows (-50, both tiers combined) The empty Tier 15 branch has been deleted. This commit adds a CHANGELOG note so the audit trail records that Tier 15 work shipped with PR #16, not a separate Tier 15 PR. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 695f714..dbfceff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to the data model are documented here. The format is based o ## [Unreleased] - Tier 15: WS2 burndown sub-tier 3 — fact_quotes DDL +> **Note on history:** The `fact_quotes` DDL and the corresponding 31 allowlist +> deletions were physically committed in PR #16 (the Tier 14 branch), because +> the Tier 14 push script staged the same file list as Tier 15 and the working +> tree carried both tiers' edits when the user ran `push_tier14_pr.sh`. The +> standalone Tier 15 branch was therefore empty and has been deleted. No code +> change is needed for Tier 15 - the DDL is already on `main`. This Tier 15 +> CHANGELOG section records the work for audit-trail completeness; the merge +> commit is `b9f5d8c` (PR #16) and represents Tier 14 + Tier 15 together. + + ### Added - `gold.fact_quotes` across all four dialects (appended to existing Tier-13/14 `ddl/equity/` files): From a72b887ff79324da0cf98aca075d7a99bf6ed052 Mon Sep 17 00:00:00 2001 From: Jamezy Cesar Date: Fri, 22 May 2026 17:32:28 -0400 Subject: [PATCH 2/2] docs(changelog): record Tier 15 fact_quotes bundle with PR #16 The Tier 14 push script staged the same file list as the planned Tier 15 push (ddl/equity/0[2456]_*.sql, known_field_mapping_gaps.csv, CHANGELOG.md). Because the working tree carried both tiers' edits at the time of push_tier14 execution, PR #16 (commit b9f5d8c) physically contains: - fact_allocations DDL (intended Tier 14, MEPA/MEAA, 19 mapping rows) - fact_quotes DDL (intended Tier 15, MENQ/MENQS/MERQ/MERQS/MEQR/MEQC/MEQM/MEQS, 31 mapping rows) - known_field_mapping_gaps.csv: 201 -> 151 rows (-50, both tiers combined) The empty Tier 15 branch has been deleted. This commit adds a CHANGELOG note so the audit trail records that Tier 15 work shipped with PR #16, not a separate Tier 15 PR. --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbfceff..1c98647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,17 @@ All notable changes to the data model are documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [Unreleased] - Tier 15: WS2 burndown sub-tier 3 — fact_quotes DDL +## [Unreleased] - Tier 15 (post-hoc): fact_quotes shipped with PR #16 -> **Note on history:** The `fact_quotes` DDL and the corresponding 31 allowlist -> deletions were physically committed in PR #16 (the Tier 14 branch), because -> the Tier 14 push script staged the same file list as Tier 15 and the working -> tree carried both tiers' edits when the user ran `push_tier14_pr.sh`. The -> standalone Tier 15 branch was therefore empty and has been deleted. No code -> change is needed for Tier 15 - the DDL is already on `main`. This Tier 15 -> CHANGELOG section records the work for audit-trail completeness; the merge -> commit is `b9f5d8c` (PR #16) and represents Tier 14 + Tier 15 together. +> The `fact_quotes` DDL and 31 corresponding allowlist deletions were physically +> committed in PR #16 (the Tier 14 branch) because the Tier 14 push script +> staged the same file list as the planned Tier 15 push, and the working tree +> carried both tiers' edits at the time of execution. The standalone Tier 15 +> branch was empty and has been deleted. The merge commit `b9f5d8c` (PR #16) +> physically contains both `fact_allocations` (Tier 14) and `fact_quotes` +> (Tier 15). This banner records the bundle for audit-trail completeness. +## [Unreleased] - Tier 15: WS2 burndown sub-tier 3 — fact_quotes DDL ### Added