aboutsummaryrefslogtreecommitdiffhomepage
path: root/tap_google_sheets/sync.py
Commit message (Collapse)AuthorAgeFilesLines
* Emit state during incremental sync where bookmark not exceeded (#11)v1.0.1Scott Coleman2020-03-191-0/+2
|
* v.0.0.4 Logic to skip empty sheets (#4)v0.0.4Jeff Huth2020-02-241-105/+109
| | | | | | | | | | | | | | | | | | * v.0.0.2 schema and sync changes Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py * v.0.0.3 Sync activate version and error handling Update README.md documentation. Improved logging and handling of errors and warnings. Better null handling in Discovery and Sync. Fix issues with activate version messages. * v.0.0.4 Skip empty worksheets Add logic to skip empty worksheets in Discovery and Sync mode. * schema.py fix number datatype issue Nomber datatypes are being created as strings in targets. The JSON schema order needs to be adjusted so that order is null, number, string.
* v.0.0.3 Sync error handling, activate version, documentation (#2)v0.0.3Jeff Huth2020-01-091-19/+75
| | | | | | | | | | * v.0.0.2 schema and sync changes Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py * v.0.0.3 Sync activate version and error handling Update README.md documentation. Improved logging and handling of errors and warnings. Better null handling in Discovery and Sync. Fix issues with activate version messages.
* v.0.0.2 schema and sync changes (#1)v0.0.2Jeff Huth2019-12-041-71/+95
| | | Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py
* pylint and testingv0.0.1Jeff Huth2019-11-151-28/+37
| | | | pylint and testing
* client.py rate limit, sync.py changesJeff Huth2019-11-151-86/+268
| | | | client.py rate limit, fix json schemas, sync.py many changes
* Remove transform importJeff Huth2019-11-131-1/+0
| | | | Remove transform import
* Initial commitJeff Huth2019-11-131-0/+281
Discovery mode works. Still working on normal sync.