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

Devcontainer support including Duckdb bootstrapped with minimal synthetic data #57

Open vvcb opened 2 months ago

vvcb commented 2 months ago

As discussed at the dbt sync community call on 2024-09-20, this PR adds devcontainer support to the project.

Key features:

The user will have to run dbt run to create the rest of the models.

vvcb commented 2 months ago

@lawrenceadams , thank you for reviewing this. Agree with most things - but this was to get the devcontainer working with the existing codebase in preparation for the OHDSI symposium software demo to allow users to spin this up in their own GitHub codespaces.

Disagree with a few. Very happy for any of this to be modified as long as it works for everyone.

lawrenceadams commented 2 months ago

In all honesty is good to go for all intents and purposes, a lot of these issues are a reflection of python being annoying to manage packages with IMHO!

katy-sadowski commented 1 month ago

@vvcb thanks for working on this - i left a couple comments. also needs a rebase to incorporate recent changes 😄

i had been waiting for Heidi to take a look since Codespaces was her idea ... will ping in Teams to make sure she saw this.