Legacy Data Chaos
Table: user_logs_v2 (missing 2023)
Table: trans_db_eu (Euros)
Table: trans_db_us (USD)
Script: old_monthly_calc.sql
Semantic Layer
Standardized Business Logic
"Active Users"
Under the hood: Joins `user_logs_v2` with region tables, filters out bot traffic,
and standardizes 'active' as logged in within 30 days.
"Net Revenue (USD)"
Under the hood: Pulls from eu and us transaction tables, applies daily currency
conversion rates, and subtracts returns using `old_monthly_calc` logic.
AI Agent / LLM
"What was our Net Revenue per Active User last quarter?"
✓ Accurate, No
Hallucinations