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,pipenvor similar and activate that environment. - Create a
.dbtdirectory in your user profile directory (typically C:/Users/User.Name) and copyprofiles_sample.ymlinto.dbtand rename it toprofiles.yml. Modify the file with confguration provided by the data science team. - Run
pip install -r requirements.txtfollowed bydbt deps - Install the Power User for dbt Core extension for VS Code