Data Science Team, Lancashire Teaching Hospitals NHS Foundation Trust
Reproducible neurology informatics research centered around OMOP and related data sources.
- Clone the repository
- Create a new virtual environment using either
conda
,pipenv
or similar and activate that environment. - Create a
.dbt
directory in your user profile directory (typically C:/Users/User.Name) and copyprofiles_sample.yml
into.dbt
and rename it toprofiles.yml
. Modify the file with confguration provided by the data science team. - Run
pip install -r requirements.txt
followed bydbt deps
- Install the Power User for dbt Core extension for VS Code