- Fix response message being truncated. Change
client.py
to requeststream=True
and error message to includeresponse.content
. Decreasesync.py
batch size topg_size = 100
.
- Upgrade
singer-python
andrequests
libraries. Reduce batch sizes. Better error logging inclient.py
to logunterminated string
error results.
- Fix bookmarking. Data is not sorted; need to write bookmark after ALL pages.
- Preparing for v1.0.0 release
- Initial commit