The Tuva Project Demo
This is a dbt project that loads a 1,000 patient synthetic claims and clinical dataset and runs the Tuva package. When you run the project it loads the synthetic data to your warehouse and transforms it into the Tuva data model.
🔌 Database Support
The project officially supports the following data warehouses:
- BigQuery
- Databricks
- DuckDB (community supported)
- Redshift
- Snowflake
- Microsoft Fabric
âś… How to get started
Pre-requisites
- You have dbt installed and configured (i.e. connected to your data warehouse). If you have not installed dbt, here are instructions for doing so.
- You have created a database for the output of this project to be written in your data warehouse.
Getting Started
Complete the following steps to configure the project to run in your environment.
- Clone this repo to your local machine or environment.
- Update the
dbt_project.ymlfile i.e. add the dbt profile connected to your data warehouse. - Run
dbt depsto install the Tuva Project package. - Run
dbt buildto run the entire project with the built-in sample data.