]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/log
github/fretlink/tap-google-sheets.git
4 years agoBump 1.0.2 (#14) v1.0.2
cosimon [Fri, 17 Apr 2020 13:41:14 +0000 (09:41 -0400)] 
Bump 1.0.2 (#14)

4 years agoSkip malformed sheets (#13)
cosimon [Fri, 17 Apr 2020 13:09:41 +0000 (09:09 -0400)] 
Skip malformed sheets (#13)

* Skip malformed sheets

* Move the try except block up a level for readability sake

* Remove debug code

4 years agoEmit state during incremental sync where bookmark not exceeded (#11) v1.0.1
Scott Coleman [Thu, 19 Mar 2020 14:14:03 +0000 (09:14 -0500)] 
Emit state during incremental sync where bookmark not exceeded (#11)

4 years agoBump to v1.0.0, update changelog (#6) v1.0.0
Andy Lu [Tue, 25 Feb 2020 21:10:51 +0000 (16:10 -0500)] 
Bump to v1.0.0, update changelog (#6)

4 years agov.0.0.4 Logic to skip empty sheets (#4) v0.0.4
Jeff Huth [Mon, 24 Feb 2020 17:53:26 +0000 (09:53 -0800)] 
v.0.0.4 Logic to skip empty sheets (#4)

* 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.

4 years agoAdd cicleci config (#3)
cosimon [Fri, 24 Jan 2020 20:40:57 +0000 (15:40 -0500)] 
Add cicleci config (#3)

* Add cicleci config

* Empty commit

* Fix typo in run command

4 years agov.0.0.3 Sync error handling, activate version, documentation (#2) v0.0.3
Jeff Huth [Thu, 9 Jan 2020 15:30:53 +0000 (07:30 -0800)] 
v.0.0.3 Sync error handling, activate version, documentation (#2)

* 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.

4 years agov.0.0.2 schema and sync changes (#1) v0.0.2
Jeff Huth [Wed, 4 Dec 2019 14:10:46 +0000 (06:10 -0800)] 
v.0.0.2 schema and sync changes (#1)

Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py

4 years agoAdd PR template
Chris Merrick [Tue, 19 Nov 2019 16:11:02 +0000 (11:11 -0500)] 
Add PR template

4 years agopylint and testing v0.0.1
Jeff Huth [Fri, 15 Nov 2019 09:58:55 +0000 (01:58 -0800)] 
pylint and testing

pylint and testing

4 years agoclient.py rate limit, sync.py changes
Jeff Huth [Fri, 15 Nov 2019 08:49:39 +0000 (00:49 -0800)] 
client.py rate limit, sync.py changes

client.py rate limit, fix json schemas, sync.py many changes

4 years agoRemove transform import
Jeff Huth [Thu, 14 Nov 2019 01:27:50 +0000 (17:27 -0800)] 
Remove transform import

Remove transform import

4 years agoUpdate streams.py and README
Jeff Huth [Thu, 14 Nov 2019 01:12:54 +0000 (17:12 -0800)] 
Update streams.py and README

Update streams.py and README

4 years agoInitial commit
Jeff Huth [Thu, 14 Nov 2019 01:03:56 +0000 (17:03 -0800)] 
Initial commit

Discovery mode works. Still working on normal sync.

4 years agoCreate README.md
Jeff Huth [Wed, 23 Oct 2019 23:32:41 +0000 (16:32 -0700)] 
Create README.md