INCEPTdk / omop_etl

3 stars 2 forks source link

Define INCLUDE_UNMAPPED_CODES in one place and refer to that #152

Closed epiben closed 2 months ago

epiben commented 2 months ago

We use the INCLUDE_UNMAPPED_CODES environment variable in several places. Would make sense to parse it once and refer to that throughout.

epiben commented 2 months ago

Becomes tricky due to circular import and partially initialised modules. Will close without further ado.