OHDSI / dbt-synthea

[Under development] A dbt ETL project to convert a Synthea synthetic data set into the OMOP CDM
Apache License 2.0
7 stars 1 forks source link

Made changes to dbt_project, and Person.sql, and added the macro file #3

Closed adambouras closed 4 months ago

adambouras commented 4 months ago
  1. Made changes to dbt_project.yml to ensure dbt run does not create a different schema; we create an alias for seed files to separate seed files from CDM tables
  2. Add a new macro file to use the Jinja function,
  3. Need to change the uppercase to lowercase in the seed file
katy-sadowski commented 4 months ago

closing as discussed on our call. let's chat about the synthea schema later. i prefer separating models into schemas as it makes the tables much easier to work with, but open to discussing it.