aboutsummaryrefslogtreecommitdiffhomepage
path: root/tap_google_sheets/sync.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.