
You’ll connect dbt to BigQuery, declare raw tables as sources, and build staged/intermediate/mart models with Jinja + configs (partitioning/clustering where needed). Key tables use incremental materialization with `merge` on a unique key or updated_at. Tests enforce data quality; `dbt docs` produces searchable documentation and lineage. Jobs run on a cadence via dbt Cloud or Composer for production-grade EL