ULDA v6.1 — Latest Updates

Live · production-safe All changes additive, zero-downtime, reversible · generated 2026-07-16

Everything below was applied to the live leads_db with no downtime, no restart, no data loss — and is fully reversible. warroom online throughout

1 · Data-quality remediation — complete

0
contaminated states remaining (was 183,397)
157,349
state + zip recovered from address
26,048
street preserved, quarantined
0
rows lost / addresses lost

Root cause: upstream B2B lists (via Instantly) put a full address in the state field. Fixed permanently at ingestion (geo-normalize.js guard in warroom) so it cannot recur, plus a batched, snapshot-reversible repair of history.

2 · State standardization (USPS codes) — complete

MetricBeforeAfter
2-letter USPS codes161,697258,371
Full-name states (e.g. texas)96,6740
Analytics buckets for Texastexas + tx (split)TX = 18,125
Total leads (no loss)995,115995,115

96,674 standardized (texas→TX, california→CA…). Non-states (cities in the state field) left untouched — not guessed. Serving layer (Lead-360 + analytics) refreshed and converged.

3 · Master Data Model v6.1 — applied

Unique Lead ID confirmed: identity_registry.master_lead_id — uuid, generated once, immutable, never reused (merges audited via merged_into). Four additive gap-fills added to match the business field list:

New objectTypePurpose
source_crosswalk.source_typeattributeSource Type (cold_email / canvass / inbound / import …)
lead.follow_up_atattributeFollow-up / business date
ulda_master.enrichmententityEnrichment Type — per-provider lineage
ulda_master.address_serviceabilityentityFiber Availability — per address × carrier × time

4 · Lead-360 platform — live

37
columns in v_lead_master_flat (all 36 business fields)
7,938
interactions captured
7,104
leads with a live journey
auto
activity capture (trigger on disposition)

New: ulda_stage ingestion (land_lead + ingest_interaction), partitioned interaction/enrichment, v_lead_journey_flat (1st–4th + last channel), and v_lead_master_flat — one row, all 36 fields. Channel mix: Email 5,750 · SMS 1,682 · Web 268 · Voice 238. Query one lead: SELECT * FROM ulda_serve.v_lead_master_flat WHERE unique_lead_id = '…'

5 · Explore the live database

These pages read the live schema — they already reflect every update above.