This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
Releases: transferwise/pipelinewise-target-snowflake
Releases · transferwise/pipelinewise-target-snowflake
1.12.0 (2021-04-12)
- Add optional
batch_wait_limit_seconds
parameter - Bumping dependencies
1.11.1 (2021-03-23)
- Fixed an issue when
SHOW FILE FORMATS
ran too many times slowing down the startup time of the target - Bump
snowflake-connectory-python
from2.3.10
to2.4.1
- Bump
numpy
from<1.20.0
to<1.21.0
1.11.0 (2021-03-17)
- Add parquet support
- Add check and few logs in the date parsing routine
- Bumping dependencies
1.10.1 (2021-01-08)
- 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)
- Add
{{database}}
token toquery_tag
parameter - Use Jinja style
query_tag
template variables
1.9.1 (2020-12-02)
- 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
to0.16.0
to be python 3.8 compatible - Bump
snowflake-connectory-python
to2.3.6
- Bump
boto3
to1.16.20
1.8.0 (2020-08-03)
- Fixed an issue when
pipelinewise-target-snowflake
failed whenQUOTED_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
andAWS_SESSION_TOKEN
environment variables - Add
s3_endpoint_url
ands3_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)
- Add
s3_acl
option to support ACL for S3 upload - Fixed an issue when no primary key error logged as
INFO
and not asERROR
1.6.6 (2020-06-26)
- 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)
- Switch jsonschema to use Draft7Validator