config module¶
-
config.
CDM_AUX_SCHEMA
= 'cdm_aux'¶ The schema in DB_NAME to hold extra tables not in the OMOP standard, but needed for analysis.
- Type
str
-
config.
DB_NAME
= '/omop_v3'¶ An OMOP standard database from which cohorts and features are extracted from.
- Type
str
-
config.
DEFAULT_SAVE_LOC
= '/tmp/'¶ Path to save temporary caches of data.
- Type
str
-
config.
OMOP_CDM_SCHEMA
= 'cdm'¶ The schema in DB_NAME that holds the OMOP standard tables.
- Type
str
-
config.
PG_PASSWORD
= 'armstrong'¶ Database password.
- Type
str
-
config.
PG_USERNAME
= 'omop_admins'¶ Database username.
- Type
str
-
config.
SQL_PATH_COHORTS
= 'sql/Cohorts'¶ Path to SQL scripts for cohort definition.
- Type
str
-
config.
SQL_PATH_FEATURES
= 'sql/Features'¶ Path to SQL scripts for feature definition.
- Type
str