Repository mental model
Silver
→
staging
→
intermediate
→
Gold marts
The repo is where clean operational data becomes durable analytics products.
This repository owns the SQL modeling layer. dbt reads validated Silver facts and dimensions, builds staging and intermediate views, persists seven Gold mart tables, runs data quality gates, and publishes artifacts the analytics agent uses as schema context.
The repo is where clean operational data becomes durable analytics products.
Pre-computed Gold tables keep BI and agent queries from re-running heavy joins on every request.