Skip to main content

Are there any example dbt projects?

Yes!

  • Quickstart Tutorial: You can build your own example dbt project in the quickstart guide
  • Jaffle Shop: A demonstration project (closely related to the tutorial) for a fictional ecommerce store (source code)
  • MRR Playbook: A demonstration project that models subscription revenue (source code, docs)
  • Attribution Playbook: A demonstration project that models marketing attribution (source code, docs)
  • GitLab: Gitlab's internal dbt project is open source and is a great example of how to use dbt at scale (source code, docs)
  • dummy-dbt: A containerized dbt project that populates the Sakila database in Postgres and populates dbt seeds, models, snapshots, and tests. The project can be used for testing and experimentation purposes (source code)
  • Google Analytics 4: A demonstration project that transforms the Google Analytics 4 BigQuery exports to various models (source code, docs)

If you have an example project to add to this list, suggest an edit by clicking Edit this page below.

0