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

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti committed Jul 27, 2020
1 parent ffb4855 commit 5d30821
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
2.0.1 (2020-07-27)
-------------------

- Add optional `pandas` and `pyarrow` packages to avoid runtime warning messages

2.0.0 (2020-04-08)
-------------------

- Discover only the required tables

1.1.2 (2020-03-19)
-------------------

- Delete redundant library `pytz` package

1.1.1 (2020-03-18)
-------------------

- Use `SHOW SCHEMAS|TABLES|COLUMNS` instead of `INFORMATION_SCHEMA`
- Bump `snowflake-connector-python` to 2.2.2

1.1.0 (2020-02-20)
-------------------

- Make logging customizable

1.0.0 (2019-06-02)
-------------------

- Initial release
2 changes: 1 addition & 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-tap-snowflake',
version='2.0.0',
version='2.0.1',
description='Singer.io tap for extracting data from Snowflake - PipelineWise compatible',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 5d30821

Please sign in to comment.