datahq / dataflows

DataFlows is a simple, intuitive lightweight framework for building data processing flows in python.
https://dataflows.org
MIT License
194 stars 39 forks source link

printer: limit cell size #42

Closed OriHoch closed 5 years ago

OriHoch commented 5 years ago

the tabulate module used by the printer processor crashes for large cell sizes

this limits the maximum cell size and truncates the cell

also better for aesthetic reasons

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 200


Totals Coverage Status
Change from base Build 198: 0.08%
Covered Lines: 1143
Relevant Lines: 1463

💛 - Coveralls
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 240


Files with Coverage Reduction New Missed Lines %
dataflows/processors/load.py 2 98.26%
dataflows/processors/dumpers/file_dumper.py 4 91.03%
dataflows/processors/dumpers/file_formats.py 13 77.32%
<!-- Total: 19 -->
Totals Coverage Status
Change from base Build 198: 1.2%
Covered Lines: 1202
Relevant Lines: 1517

💛 - Coveralls