Check out our docs to learn about the Tuva Project and how you can use it with your healthcare data.
The Athena Connector is a dbt project that maps raw data from AthenaOne's warehouse to the Tuva Data Model and then builds all the clinical Tuva Data Marts. It is built to work on both a single or multi tenant setup.
- Snowflake
- BigQuery
You must have medical record data from Athena in a data warehouse supported by this project.
Configure the appropriate profile for the project in dbt_project.yml
. Set the name of your Athena database and schema in sources.yml
. Set the name of your output database in your profile or dbt_project.yml
.
Execute the command dbt deps
to add the Tuva and dbt utils packages to your project.
Now you're ready to run the connector and the Tuva Project. Run dbt build
to run the full project; alternatively use dbt's selection syntax to run parts of the project or specific models, or use other dbt commands to utilize other dbt functionality.
Have an opinion on the mappings? Notice any bugs when installing and running the project?
If so, we highly encourage and welcome feedback! Feel free to submit an issue or drop a message in Slack.
Join our growing community of healthcare data practitioners on Slack!