OHDSI / dbt-synthea

[Under development] A dbt ETL project to convert a Synthea synthetic data set into the OMOP CDM
https://ohdsi.github.io/dbt-synthea/
Apache License 2.0
16 stars 6 forks source link

feat: Add script for automatically generating DBT Configs #59

Closed lawrenceadams closed 1 month ago

lawrenceadams commented 1 month ago

Given others may want to generate DBT style tests from the OMOP docs we might as well automate this to allow for easy updates in the future, or others to contribute their own contributions we can scale across all OMOP tables automatically.

In the future / others may want to have postgres style PRIMARY KEY constraints in place instead of using not_null + unique for primary keys - as an example; or, settings up foreign keys properly.

We want a script to:


Supersedes #52 Extends #37