Skip to content
Tim Kirschke edited this page May 4, 2023 · 5 revisions

Welcome to the datavault4dbt-snowflake-demo wiki!

This is a demo dbt project that uses the TPCH dataset to build a Data Vault with datavault4dbt on Snowflake.

The Source Data

The TPCH Dataset looks like this:

TPCH It includes a total of 8 source objects:

  • Customer
  • Lineitem
  • Nation
  • Order
  • Part
  • Partsupp
  • Region
  • Supplier

The derived Data Vault model

[FIXME] Make new data model based on remodeling

This embedded screenshot is based on a publicly available [dbdocs Documentation][FIXME] and has been created with the open source tool dbt dbml erd.

Clone this wiki locally