anelendata / tap-rest-api

Singer.io tap for generic Rest API
Apache License 2.0
23 stars 14 forks source link

Prevent auto-conversion from null to false, 0, 0.0, '' and etc #19

Closed daigotanaka closed 3 years ago

daigotanaka commented 3 years ago

tap-rest-api depends on getschema and I introduced this bug with getschema 0.2.4 :( https://github.com/anelendata/getschema/issues/13

It is fixed with getschema 0.2.5 with this pull request (it is merged, but feel free to review and comment): https://github.com/anelendata/getschema/pull/14/files

To fix quickly, just:

pip install -U getschema

Sorry for any inconvenience it might have caused. Thank you @mlavoie-sm360 for reporting this issue!