aboutsummaryrefslogtreecommitdiffhomepage
path: root/tap_google_sheets
Commit message (Collapse)AuthorAgeFilesLines
* v.0.0.2 schema and sync changes (#1)v0.0.2Jeff Huth2019-12-043-99/+160
| | | 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-155-67/+75
| | | | pylint and testing
* client.py rate limit, sync.py changesJeff Huth2019-11-154-91/+275
| | | | client.py rate limit, fix json schemas, sync.py many changes
* Remove transform importJeff Huth2019-11-131-1/+0
| | | | Remove transform import
* Update streams.py and READMEJeff Huth2019-11-131-1/+2
| | | | Update streams.py and README
* Initial commitJeff Huth2019-11-1310-0/+1090
Discovery mode works. Still working on normal sync.