Skip to content

Releases: transferwise/pipelinewise-target-redshift

1.6.0 (2020-08-03)

03 Aug 09:20
12f7988
Compare
Choose a tag to compare
  • Add aws_profile option to use custom AWS profile

1.5.0 (2020-07-23)

23 Jul 12:16
72e5c46
Compare
Choose a tag to compare
  • Add s3_acl option to support ACL for S3 upload

1.4.1 (2020-06-17)

17 Jun 13:31
d9ec8f5
Compare
Choose a tag to compare
  • Switch jsonschema to use Draft7Validator

1.4.0 (2019-05-11)

11 May 13:54
a1416e7
Compare
Choose a tag to compare
  • Add validate_records option
  • Add skip_updates option to skip updates in case of immutable records
  • Add temp_dir optional parameter to config
  • Fixed an issue when JSON values sometimes not sent correctly
  • Support usage of reserved words as table and column names
  • Use stream name as temp file suffix
  • Log inserts, updates and csv size_bytes in a more consumable format
  • Switch to psycopg-binary 2.8.5

1.3.0 (2019-02-18)

18 Feb 12:41
0b78d1a
Compare
Choose a tag to compare
  • Support custom logging configuration by setting LOGGING_CONF_FILE env variable to the absolute path of a .conf file

Items from untagged 1.2.x releases

  • Fixed an issue when AWS credentials are not collected correctly from AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables
  • Add slices option
  • Add compression option
  • Fixed an issue when ECS credentials not being correctly picked up by boto3 when no keys are provided

1.1.0 (2019-11-24)

24 Nov 22:04
Compare
Choose a tag to compare
  • Emit new state message as soon as data flushed to Redshift
  • Add flush_all_streams option
  • Add max_parallelism option
  • Documentation fixes

1.0.8 (2019-10-04)

04 Oct 15:34
7caf941
Compare
Choose a tag to compare
  • Allow STS token to be used
  • Fix None being passed to iam_role in COPY command when role arn is None
  • Allow S3 COPY role arn to be provided, remove required AWS credentials

1.0.7 (2019-10-01)

01 Oct 18:00
Compare
Choose a tag to compare
  • Add parallelism option
  • Add copy_options option
  • Fixed issue when permissions not granted properly

1.0.6 (2019-09-19)

19 Sep 09:51
Compare
Choose a tag to compare
  • Log SQLs only in debug mode

1.0.5 (2019-09-08)

08 Sep 21:17
Compare
Choose a tag to compare
  • Fixed loading float data types into double precision Redshift columns