Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Releases: transferwise/pipelinewise-tap-s3-csv

3.0.1 (2023-07-03)

03 Jul 15:43
de44682
Compare
Choose a tag to compare

Changes
- Bump boto3 from 1.26.21 to 1.26.165

Fix
- Filter out none standard storage class objects

3.0.0 (2022-12-02)

02 Dec 11:57
4f29ebd
Compare
Choose a tag to compare

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

10 Feb 12:04
3bbff7e
Compare
Choose a tag to compare

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)

14 Jan 13:53
1330300
Compare
Choose a tag to compare

Fix

  • Set time_extracted when creating singer records.

Changes

  • Migrate CI to github actions
  • bump dependencies

1.2.2 (2021-07-19)

19 Jul 10:49
1efe02d
Compare
Choose a tag to compare

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)

22 Apr 11:03
b1156c6
Compare
Choose a tag to compare
  • Bumping dependencies

1.2.0 (2020-08-04)

04 Aug 08:06
a2f62c9
Compare
Choose a tag to compare
  • 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 and AWS_SESSION_TOKEN environment variables

Make logging configurable

20 Feb 08:04
5995177
Compare
Choose a tag to compare
Bump version (#15)

* Bump minor

* Update CHANGELOG.md

Update created json schema

07 Jan 10:56
2a86963
Compare
Choose a tag to compare
v1.0.7

Create pythonpublish.yml (#11)

Refactoring type guessing

04 Dec 09:53
a6418ce
Compare
Choose a tag to compare
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