]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/log
github/fretlink/tap-google-sheets.git
3 years agoUpdate stitch validate json to validate with python 3.8 path (#32) master
asaf-erlich [Mon, 15 Mar 2021 15:15:53 +0000 (11:15 -0400)] 
Update stitch validate json to validate with python 3.8 path (#32)

3 years agoReplace with start date from tap tester env variable to ensure data exists in test...
asaf-erlich [Tue, 9 Mar 2021 15:02:38 +0000 (07:02 -0800)] 
Replace with start date from tap tester env variable to ensure data exists in test (#31)

3 years agouse the v4 image for tap-tester (#30)
Kyle Speer [Fri, 5 Mar 2021 18:58:38 +0000 (13:58 -0500)] 
use the v4 image for tap-tester (#30)

Co-authored-by: Kyle Speer <kspeer@stitchdata.com>
3 years agoMove tests from tap tester (#29)
asaf-erlich [Tue, 2 Mar 2021 20:58:22 +0000 (12:58 -0800)] 
Move tests from tap tester (#29)

* Moved tests over from tap-tester

* Remove test configuration from gitignore

* Move config into the test itself, ran it to make sure it passes

* Fix circle config to use local tests

* Removing unit tests, it doesn't run any

3 years agobump 1.1.1 (#28) v1.1.1
zachharris1 [Tue, 23 Feb 2021 16:38:29 +0000 (11:38 -0500)] 
bump 1.1.1 (#28)

3 years agomade rate limit error messages more clear (#27)
zachharris1 [Tue, 23 Feb 2021 16:25:57 +0000 (11:25 -0500)] 
made rate limit error messages more clear (#27)

* made rate limit error messages more clear

* Revert "made rate limit error messages more clear"

This reverts commit c7b57ab1cf7988a80bf3eb4347c93ac0dd3d93b4.

* log message directly from google

3 years agoBump to v1.1.0, update changelog (#26) v1.1.0
Andy Lu [Thu, 18 Feb 2021 18:09:02 +0000 (12:09 -0600)] 
Bump to v1.1.0, update changelog (#26)

3 years agoAllow all schemas to fall back to a string value (#25)
Andy Lu [Thu, 18 Feb 2021 15:01:04 +0000 (09:01 -0600)] 
Allow all schemas to fall back to a string value (#25)

* Allow all schemas to fall back to a string value

* Only update 'numberType.DATE_TIME', 'numberType.DATE', 'numberType.TIME'
fields to have an anyOf

* Bad Refactor: numberType needs anyOf

* Fix indenting

3 years agomove chron hour 00 -> 15 UTC (#22)
Kyle Speer [Fri, 13 Nov 2020 20:29:38 +0000 (15:29 -0500)] 
move chron hour 00 -> 15 UTC (#22)

Co-authored-by: Kyle Speer <kspeer@stitchdata.com>
3 years agoadd slack orb and context user (#20)
Kyle Speer [Tue, 6 Oct 2020 12:36:54 +0000 (08:36 -0400)] 
add slack orb and context user (#20)

Co-authored-by: Kyle Speer <kspeer@stitchdata.com>
3 years agobump to 1.0.4 v1.0.4
Kyle Allan [Wed, 15 Jul 2020 14:00:01 +0000 (14:00 +0000)] 
bump to 1.0.4

3 years agoreturn an empty list when values is missing (#17)
Kyle Allan [Wed, 15 Jul 2020 13:57:50 +0000 (09:57 -0400)] 
return an empty list when values is missing (#17)

4 years agov.1.0.3 Fix slashes and discovery errors (#15) v1.0.3
Jeff Huth [Wed, 29 Apr 2020 18:29:42 +0000 (11:29 -0700)] 
v.1.0.3 Fix slashes and discovery errors (#15)

Fix issues: slashes `/` in sheet name 404 error; Discovery malformed sheet error when 2nd row final column value(s) are `NULL`.

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