Skip to content

Releases: mjsqu/pipelinewise-target-snowflake

v2.2.7

17 Jun 03:56
e2a216c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.6...v2.2.7

2.2.6

23 Jan 02:56
d9dfcdf
Compare
Choose a tag to compare

Dependabot updates to:

python-dotenv
pipelinewise-singer-python
pytest
boto3

Updates to code to pass pylint validation

2.2.5

28 Nov 00:08
231b3a2
Compare
Choose a tag to compare

Update to use snowflake-connector-python 3.5.0 which in turn updates the following upstream packages:

  • pyarrow
  • cryptography

to resolve security issues (CVE-2023-38325)
cryptography>=41.0.3
to resolve security issues 2023-11-25 (CVE-2023-47248)
pyarrow>=14.0.1

Updating to use snowflake 3.5.0 uplifts these packages to:

  • cryptography>=3.1.0,<42.0.0
  • pyarrow (no version specified - so latest - at the time of writing this is 14.0.1)

2.2.4

30 Aug 00:37
09c60ea
Compare
Choose a tag to compare

What's Changed

  • Feat/set dtype object in pandas data frame by @mjsqu in #32

Full Changelog: v2.2.3...v2.2.4

2.2.3

28 Jun 00:00
f03833b
Compare
Choose a tag to compare

Disables the automatic addition of data_retention_time_in_days=0 to CREATE TABLE and allow this value to be configured by a parameter

2.2.2

27 Apr 02:28
ce6bd45
Compare
Choose a tag to compare

Update snowflake-connector-python[pandas] requirement from ==2.7.* to >=2.7,<3.1 (Dependabot Alert CVE ID: CVE-2022-42965)