This dbt project loads the 10,000 patient synthetic claims dataset from CMS and transforms it into the Tuva data model.
Currently, this has only been tested on Snowflake. It likely needs small syntax adjustments to work on other database types.
- 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.
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:- 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.
Join our growing community of healthcare data practitioners on Slack!