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

1.12.0 (2021-04-12)

12 Apr 08:29
f1d35dd
Compare
Choose a tag to compare
  • Add optional batch_wait_limit_seconds parameter
  • Bumping dependencies

1.11.1 (2021-03-23)

23 Mar 12:28
c7f577e
Compare
Choose a tag to compare
  • Fixed an issue when SHOW FILE FORMATS ran too many times slowing down the startup time of the target
  • Bump snowflake-connectory-python from 2.3.10 to 2.4.1
  • Bump numpy from <1.20.0 to <1.21.0

1.11.0 (2021-03-17)

17 Mar 13:25
788a266
Compare
Choose a tag to compare
  • Add parquet support
  • Add check and few logs in the date parsing routine
  • Bumping dependencies

1.10.1 (2021-01-08)

08 Jan 13:40
9745b92
Compare
Choose a tag to compare
  • Updated caching mechanism to fix issue with badly ordered queryies in a transaction
  • Introduced a reserved named parameter for prepared statements.
  • Do not use parallel file upload with PUT command and table stages.
  • Bumping dependencies

1.10.0 (2020-12-03)

03 Dec 13:22
1b21b47
Compare
Choose a tag to compare
  • Add {{database}} token to query_tag parameter
  • Use Jinja style query_tag template variables

1.9.1 (2020-12-02)

02 Dec 12:14
195e7d7
Compare
Choose a tag to compare
  • Fixed a dependency issue
  • Add everything from the unreleased 1.9.0

1.9.0 (2020-11-18) - NOT RELEASED TO PyPI

  • Use snowflake table stages by default to load data into tables
  • Add optional query_tag parameter
  • Add optional role parameter to use custom roles
  • Fixed an issue when generated file names were not compatible with windows
  • Bump joblib to 0.16.0 to be python 3.8 compatible
  • Bump snowflake-connectory-python to 2.3.6
  • Bump boto3 to 1.16.20

1.8.0 (2020-08-03)

03 Aug 14:40
fef6785
Compare
Choose a tag to compare
  • Fixed an issue when pipelinewise-target-snowflake failed when QUOTED_IDENTIFIERS_IGNORE_CASE snowflake parameter set to true
  • 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
  • Add s3_endpoint_url and s3_region_name options to support non-native S3 accounts
  • Flush stream only if the new schema is not the same as the previous one

1.7.0 (2020-07-23)

23 Jul 14:15
6dbc408
Compare
Choose a tag to compare
  • Add s3_acl option to support ACL for S3 upload
  • Fixed an issue when no primary key error logged as INFO and not as ERROR

1.6.6 (2020-06-26)

26 Jun 12:46
35e95e7
Compare
Choose a tag to compare
  • Fixed an issue when new columns sometimes not added to target table
  • Fixed an issue when the query runner returned incorrect value when multiple queries running in one transaction

1.6.5 (2020-06-17)

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