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

Releases: transferwise/pipelinewise-target-snowflake

2.3.0 (2023-08-08)

09 Aug 09:46
c0806f0
Compare
Choose a tag to compare

Changes

  • Updated dependencies:
    • snowflake-connector-python[pandas]
    • boto3
    • pytest
    • python-dotenv

2.2.0 (2022-05-12)

12 May 09:40
1da4488
Compare
Choose a tag to compare

Changes

  • Revert use of ujson

2.1.0 (2022-05-05)

05 May 11:15
b5536e2
Compare
Choose a tag to compare

2.1.0 (2022-05-05)

Changes

  • Use usjon for JSON encoding/decoding

2.0.1 (2022-04-08)

08 Apr 11:28
36fa521
Compare
Choose a tag to compare

Fixes

  • Only drop pk constraint if table has one.
  • Don't raise PrimaryKeyNotFoundException when a record has a falsy pk value.

2.0.0 (2022-03-31)

31 Mar 10:05
2d4d891
Compare
Choose a tag to compare

Fixes

  • Respecting flush_all_streams when SCHEMA messages arrive.
  • Improve logging for failed merge & copy queries.
  • Drop NOT NULL constraint from primary key columns.
  • Update PK constraints according to changes to SCHEMA's key properties.

Changes

  • Dropping support for Python 3.6
  • Adding support for Python 3.9
  • Bump pytest to 7.1.1
  • Bump boto3 to 1.21

1.15.0 (2022-01-14)

14 Jan 13:55
8a54437
Compare
Choose a tag to compare

Added

  • Support parallelism for table stages

Fixes

  • Emit last encountered state message if there are no records.

Changes

  • Migrate CI to github actions
  • Bump dependencies

1.14.1 (2021-10-14)

14 Oct 22:48
9494593
Compare
Choose a tag to compare
  • Increase max_records when selecting columns by an order of magnitude
  • Bumping dependencies

1.14.0 (2021-09-30)

30 Sep 10:45
c0fad31
Compare
Choose a tag to compare
  • Add support for date property format
  • Stop logging record when error happens

1.13.1 (2021-07-15)

15 Jul 15:31
bc79613
Compare
Choose a tag to compare
  • Fixed an issue with S3 metadata required for decryption not being included in archived load files.

1.13.0 (2021-06-23)

24 Jun 09:02
6b0b424
Compare
Choose a tag to compare
  • Add archive_load_files parameter to optionally archive load files on S3
  • Bumping dependencies