-
- Downloads
[TASK] Refactored the entities.Result class.
The result was used to handle the execute operations in its properties, returning nothing, if no operation was neccessary. This is a task the loaders should be responsive for... In addition we introduced EnitityLists with its own __unicode__ method for printing table representations...
Showing
- hshetl/cli.py 20 additions, 31 deletionshshetl/cli.py
- hshetl/connections.py 1 addition, 0 deletionshshetl/connections.py
- hshetl/entities.py 56 additions, 100 deletionshshetl/entities.py
- hshetl/loaders.py 7 additions, 18 deletionshshetl/loaders.py
- hshetl/test/unit/test_cli.py 19 additions, 30 deletionshshetl/test/unit/test_cli.py
- hshetl/test/unit/test_entities.py 2 additions, 4 deletionshshetl/test/unit/test_entities.py
- hshetl/test/unit/test_loaders.py 4 additions, 4 deletionshshetl/test/unit/test_loaders.py
Loading
Please register or sign in to comment