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.6.4 (2020-04-20)
- Fix loading tables with space in the name
1.6.3 (2020-04-03)
- Generate compressed CSV files by default. Optionally can be disabled by the
no_compression
config option
1.6.2 (2020-03-23)
- Log inserts, updates and csv size_bytes in a more consumable format
1.6.1 (2020-03-12)
- Use
SHOW SCHEMAS|TABLES|COLUMNS
instead ofINFORMATION_SCHEMA
1.6.0 (2020-03-06)
- Support usage of reserved words as table names.
1.5.0 (2020-02-18)
- Support custom logging configuration by setting
LOGGING_CONF_FILE
env variable to the absolute path of a .conf file
1.4.1 (2020-01-31)
- Change default /tmp folder for encrypting files
1.4.0 (2020-01-28)
- Make AWS key optional and obtain it secondarily from env vars
1.3.0 (2020-01-15)
- Add
temp_dir
optional parameter to config
1.2.1 (2020-01-13)
- Fixed issue when JSON value not sent correctly