Case Study: Building E-Commerce Data Models with dbt
Susan Sun
Freelance Data Scientist
dbt spans many sectors:
dbt integrates well with the modern stack:
Sample of dbt project:
Recap of dbt commands:
# Checks if/where dbt is installed
which dbt
# Checks the version of dbt installed
dbt --version
# Initializes a new dbt project
dbt init <project_name>
# Short for dbt --help
dbt -h
Case Study: Building E-Commerce Data Models with dbt