This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
Releases: transferwise/pipelinewise-tap-s3-csv
Releases · transferwise/pipelinewise-tap-s3-csv
3.0.1 (2023-07-03)
3.0.0 (2022-12-02)
Changes
Dropping csv type columns' guessing logic using messytables
library in favor of interpreting all columns as string to avoid type mismatch issues that break the tap/target.
v2.0.0
2.0.0 (2022-02-10)
Changes
- Dropped support for python 3.6
- Bump ujson from 4.3.0 to 5.1.0
1.2.3 (2022-01-14)
Fix
- Set
time_extracted
when creating singer records.
Changes
- Migrate CI to github actions
- bump dependencies
1.2.2 (2021-07-19)
Fix
- Make use of
start_date
when doing discovery - Discovery to run on more recent files to be able to detect new columns.
1.2.1 (2021-04-22)
- Bumping dependencies
1.2.0 (2020-08-04)
- Add
aws_profile
option to support Profile based authentication to S3 - Add option to authenticate to S3 using
AWS_PROFILE
,AWS_ACCESS_KEY_ID
,AWS_SECRET_ACCESS_KEY
andAWS_SESSION_TOKEN
environment variables
Make logging configurable
Bump version (#15) * Bump minor * Update CHANGELOG.md
Update created json schema
v1.0.7 Create pythonpublish.yml (#11)
Refactoring type guessing
New guesser (#8) * use aws_endpoint_url as it's given + clean up imports * use ujson instead of json * v1.0.6: use messytables to guess csv columns' types * Added pylint and fixed all its complaints * Update circleci config * update circleci config #2 * update circleci config #3 * update circleci config #4 * use with statement when opening an new StringIO * use a better name for variable