← Back to dbt Project

⚙️ dbt SQL Transformation

This stage uses dbt and SQL to transform raw Snowflake data into clean, tested, and business-ready analytics models.

dbt Setup

Transformation Layers

Staging

Raw data is cleaned, renamed, typed, and standardized.

Intermediate

Data is enriched and combined into reusable transformation logic.

Marts

Final business-ready models are created for reporting and analysis.

Data Quality

dbt DAG

The DAG shows the dependency flow between dbt models across the pipeline.

dbt DAG Diagram