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

Commit

Permalink
Release v2.0.0 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samira-El authored Mar 31, 2022
1 parent fabf242 commit 2d4d891
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2.0.0 (2022-03-29)
-------------------

*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)
-------------------

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = f.read()

setup(name="pipelinewise-target-snowflake",
version="1.15.0",
version="2.0.0",
description="Singer.io target for loading data to Snowflake - PipelineWise compatible",
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -20,6 +20,7 @@
'Programming Language :: Python :: 3.9',
],
py_modules=["target_snowflake"],
python_requires='>=3.7',
install_requires=[
'pipelinewise-singer-python==1.*',
'snowflake-connector-python[pandas]==2.7.*',
Expand Down

0 comments on commit 2d4d891

Please sign in to comment.