]>
git.immae.eu Git - github/fretlink/tap-google-sheets.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Andy Lu [Mon, 22 Feb 2021 03:29:08 +0000 (21:29 -0600)]
init.html doesn't render, but init does. So prefix it this time
Andy Lu [Mon, 22 Feb 2021 03:21:21 +0000 (21:21 -0600)]
Get init to render
Andy Lu [Mon, 22 Feb 2021 03:16:29 +0000 (21:16 -0600)]
Add index
Andy Lu [Mon, 22 Feb 2021 03:09:11 +0000 (21:09 -0600)]
Add files from pycco
Andy Lu [Thu, 18 Feb 2021 18:09:02 +0000 (12:09 -0600)]
Bump to v1.1.0, update changelog (#26)
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
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>
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>
Kyle Allan [Wed, 15 Jul 2020 14:00:01 +0000 (14:00 +0000)]
bump to 1.0.4
Kyle Allan [Wed, 15 Jul 2020 13:57:50 +0000 (09:57 -0400)]
return an empty list when values is missing (#17)
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`.
cosimon [Fri, 17 Apr 2020 13:41:14 +0000 (09:41 -0400)]
Bump 1.0.2 (#14)
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
Scott Coleman [Thu, 19 Mar 2020 14:14:03 +0000 (09:14 -0500)]
Emit state during incremental sync where bookmark not exceeded (#11)
Andy Lu [Tue, 25 Feb 2020 21:10:51 +0000 (16:10 -0500)]
Bump to v1.0.0, update changelog (#6)
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.
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
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.
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
Chris Merrick [Tue, 19 Nov 2019 16:11:02 +0000 (11:11 -0500)]
Add PR template
Jeff Huth [Fri, 15 Nov 2019 09:58:55 +0000 (01:58 -0800)]
pylint and testing
pylint and testing
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
Jeff Huth [Thu, 14 Nov 2019 01:27:50 +0000 (17:27 -0800)]
Remove transform import
Remove transform import
Jeff Huth [Thu, 14 Nov 2019 01:12:54 +0000 (17:12 -0800)]
Update streams.py and README
Update streams.py and README
Jeff Huth [Thu, 14 Nov 2019 01:03:56 +0000 (17:03 -0800)]
Initial commit
Discovery mode works. Still working on normal sync.
Jeff Huth [Wed, 23 Oct 2019 23:32:41 +0000 (16:32 -0700)]
Create README.md