PEDSnet / pedsnetdcc

CLI tool for PEDSnet data coordinating center ETL tasks
Other
0 stars 0 forks source link

Issue 79 - Move TRANSFORMS from __init__.py to transform_runner.py #83

Closed murphyke closed 7 years ago

murphyke commented 7 years ago

To populate TRANSFORMS, the transform classes were being imported, which dragged in dependencies prematurely. This change allows pedsnetdcc to be pip installed. Moving all settings to a new settings.py file would be a good idea, but I'm not doing that now. Note that indexes.py was changed slightly more than superficially needed, which was done to avoid a circular import.

eceowl commented 7 years ago

LGTM.