Welcome to your new dbt project!
This project models customer and order data for an eCommerce platform using dbt and Snowflake.
- Warehouse: Snowflake
- Modeling: dbt Cloud
- Source Tables:
customers,orders - Staging Models:
stg_customers,stg_orders - Intermediate:
int_customer_orders - Marts:
dim_customers,fct_orders
- Customer total orders and total spend
- Order-level fact table
- Clean, documented staging layers
. βββ models/ β βββ stg_customers.sql β βββ stg_orders.sql β βββ int_customer_orders.sql β βββ dim_customers.sql β βββ fct_orders.sql βββ dbt_project.yml βββ README.md
dbt run dbt test dbt docs generate && dbt docs serve
- Learn more about dbt in the docs
- Check out Discourse for commonly asked questions and answers
- Join the dbt community to learn from other analytics engineers
- Find dbt events near you
- Check out the blog for the latest news on dbt's development and best practices