| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Co-authored-by: Kyle Speer <kspeer@stitchdata.com>
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
|
| |
* made rate limit error messages more clear
* Revert "made rate limit error messages more clear"
This reverts commit c7b57ab1cf7988a80bf3eb4347c93ac0dd3d93b4.
* log message directly from google
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
| |
Co-authored-by: Kyle Speer <kspeer@stitchdata.com>
|
|
|
| |
Co-authored-by: Kyle Speer <kspeer@stitchdata.com>
|
| |
|
| |
|
|
|
| |
Fix issues: slashes `/` in sheet name 404 error; Discovery malformed sheet error when 2nd row final column value(s) are `NULL`.
|
| |
|
|
|
|
|
|
|
| |
* Skip malformed sheets
* Move the try except block up a level for readability sake
* Remove debug code
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
| |
* Add cicleci config
* Empty commit
* Fix typo in run command
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
| |
Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py
|
| |
|
|
|
|
| |
pylint and testing
|
|
|
|
| |
client.py rate limit, fix json schemas, sync.py many changes
|
|
|
|
| |
Remove transform import
|
|
|
|
| |
Update streams.py and README
|
|
|
|
| |
Discovery mode works. Still working on normal sync.
|
|
|