OHDSI / dbt-synthea

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

Add a "dev mode" variable to toggle on materialization of stg and int models #38

Open katy-sadowski opened 3 months ago

katy-sadowski commented 3 months ago

Currently, all stg and int models are materialized in the database. This clutters the schema and is not desirable for production analytic use cases. However, developers (and analysts in some cases) may want/need to inspect the contents of these models.

We can use a dbt_project variable that users pass into the command line that will enable materialization of stg and int models (I think it should be disabled by default).