The exec dashboard takes 40s to load — the mart is a view
Your most-viewed Looker dashboard sits on fct_revenue_daily, a dbt model materialized as a view that sits on top of a 9-model join chain. Every dashboard load re-executes the whole chain; p95 load time is ~40s and the warehouse bill for that one tile is embarrassing. A teammate says "just make it a table." The interviewer wants you to actually reason about dbt's materializations — which one fits here, what each costs, and why "make everything a table" is the wrong reflex.