Releases: MeltanoLabs/target-snowflake
Releases · MeltanoLabs/target-snowflake
v0.9.1
What's Changed
- chore: pre-commit autoupdate by @pre-commit-ci in #233
- feat(deps): bump snowflake-connector-python from 3.11.0 to 3.12.0 by @dependabot in #235
- chore(deps-dev): bump pytest from 8.3.1 to 8.3.2 in the development-dependencies group by @dependabot in #234
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- chore: Group dependabot updates by @edgarrmondragon in #218
- chore: pre-commit autoupdate by @pre-commit-ci in #219
- chore: pre-commit autoupdate by @pre-commit-ci in #221
- chore(deps-dev): bump coverage from 7.5.4 to 7.6.0 in the development-dependencies group by @dependabot in #222
- feat(deps): bump snowflake-sqlalchemy from 1.5.3 to 1.6.1 by @dependabot in #223
- chore: pre-commit autoupdate by @pre-commit-ci in #226
- chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 in the development-dependencies group by @dependabot in #227
- fix: Ensure table name is quoted in merge statement by @edgarrmondragon in #231
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- chore: pre-commit autoupdate by @pre-commit-ci in #209
- feat(deps): bump singer-sdk from 0.37.0 to 0.38.0 by @dependabot in #210
- ci: bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #211
- feat(deps): bump urllib3 from 1.26.18 to 1.26.19 by @dependabot in #212
- chore: pre-commit autoupdate by @pre-commit-ci in #213
- chore(deps-dev): bump coverage from 7.5.3 to 7.5.4 by @dependabot in #214
- chore: pre-commit autoupdate by @pre-commit-ci in #215
- ci: bump actions/add-to-project from 1.0.1 to 1.0.2 by @dependabot in #216
- feat: Add support for browser authentication by @dlouseiro in #204
- chore: Test with Python 3.12 by @edgarrmondragon in #208
- feat(deps): bump certifi from 2024.6.2 to 2024.7.4 by @dependabot in #217
New Contributors
- @dlouseiro made their first contribution in #204
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
- chore: pre-commit autoupdate by @pre-commit-ci in #169
- ci: bump actions/add-to-project from 0.6.0 to 0.6.1 by @dependabot in #170
- chore: pre-commit autoupdate by @pre-commit-ci in #171
- ci: bump actions/add-to-project from 0.6.1 to 1.0.0 by @dependabot in #172
- chore: pre-commit autoupdate by @pre-commit-ci in #173
- feat(deps): bump snowflake-sqlalchemy from 1.5.1 to 1.5.2 by @dependabot in #175
- feat(deps): bump idna from 3.6 to 3.7 by @dependabot in #176
- chore: pre-commit autoupdate by @pre-commit-ci in #179
- ci: bump actions/add-to-project from 1.0.0 to 1.0.1 by @dependabot in #180
- feat(deps): bump snowflake-sqlalchemy from 1.5.2 to 1.5.3 by @dependabot in #182
- chore(deps-dev): bump pytest-xdist from 3.5.0 to 3.6.0 by @dependabot in #183
- chore: pre-commit autoupdate by @pre-commit-ci in #184
- chore(deps-dev): bump coverage from 7.4.4 to 7.5.0 by @dependabot in #185
- chore(deps-dev): bump pytest from 8.1.1 to 8.1.2 by @dependabot in #186
- chore: pre-commit autoupdate by @pre-commit-ci in #187
- chore(deps-dev): bump pytest-xdist from 3.6.0 to 3.6.1 by @dependabot in #190
- feat(deps): bump singer-sdk from 0.36.1 to 0.37.0 by @dependabot in #189
- chore(deps-dev): bump pytest from 8.1.2 to 8.2.0 by @dependabot in #188
- chore: pre-commit autoupdate by @pre-commit-ci in #191
- feat(deps): bump cryptography from 42.0.5 to 42.0.7 by @dependabot in #192
- chore(deps-dev): bump coverage from 7.5.0 to 7.5.1 by @dependabot in #193
- chore: pre-commit autoupdate by @pre-commit-ci in #194
- chore(deps-dev): bump pytest from 8.2.0 to 8.2.1 by @dependabot in #195
- feat(deps): bump requests from 2.31.0 to 2.32.0 by @dependabot in #196
- chore: pre-commit autoupdate by @pre-commit-ci in #197
- chore(deps-dev): bump coverage from 7.5.1 to 7.5.2 by @dependabot in #198
- chore(deps-dev): bump coverage from 7.5.2 to 7.5.3 by @dependabot in #199
- chore: pre-commit autoupdate by @pre-commit-ci in #200
- chore: pre-commit autoupdate by @pre-commit-ci in #205
- feat(deps): bump cryptography from 42.0.7 to 42.0.8 by @dependabot in #201
- chore(deps-dev): bump pytest from 8.2.1 to 8.2.2 by @dependabot in #202
- chore: Limit transitive Numpy dependency to <2 by @edgarrmondragon in #207
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- chore: Drop support for Python 3.7 by @edgarrmondragon in #166
- feat(deps): bump singer-sdk from 0.34.1 to 0.36.1 by @dependabot in #167
- feat(deps): bump cryptography from 41.0.7 to 42.0.5 by @dependabot in #168
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- chore(deps-dev): bump pytest from 7.4.2 to 7.4.3 by @dependabot in #123
- chore(deps): bump snowflake-sqlalchemy from 1.4.7 to 1.5.1 by @dependabot in #125
- chore(deps-dev): bump pytest-xdist from 3.3.1 to 3.4.0 by @dependabot in #127
- fix: Additional logging for failures related to Table creation, and Column altering by @visch in #129
- fix: Invalid f-string syntax in Python 3.7 by @edgarrmondragon in #132
- chore(deps-dev): bump pytest-xdist from 3.4.0 to 3.5.0 by @dependabot in #131
- chore(deps): bump urllib3 from 1.26.16 to 1.26.18 by @dependabot in #122
- ci: bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.10 by @dependabot in #108
- chore: pre-commit autoupdate by @pre-commit-ci in #134
- chore: Run
poetry lock
by @edgarrmondragon in #136 - chore(deps): bump snowflake-sqlalchemy from 1.4.7 to 1.5.1 by @dependabot in #137
- ci: bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #139
- chore: pre-commit autoupdate by @pre-commit-ci in #140
- ci: bump actions/setup-python from 4 to 5 by @dependabot in #141
- chore: pre-commit autoupdate by @pre-commit-ci in #142
- chore(deps-dev): bump pytest from 7.4.3 to 7.4.4 by @dependabot in #144
- chore: pre-commit autoupdate by @pre-commit-ci in #143
- feat(deps): bump pycryptodomex from 3.19.0 to 3.19.1 by @dependabot in #145
- chore: pre-commit autoupdate by @pre-commit-ci in #146
- chore: pre-commit autoupdate by @pre-commit-ci in #147
- chore: pre-commit autoupdate by @pre-commit-ci in #148
- chore: pre-commit autoupdate by @pre-commit-ci in #149
- chore: pre-commit autoupdate by @pre-commit-ci in #150
- chore: pre-commit autoupdate by @pre-commit-ci in #155
- ci: bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by @dependabot in #158
- ci: bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by @dependabot in #159
- chore: pre-commit autoupdate by @pre-commit-ci in #160
- chore: pre-commit autoupdate by @pre-commit-ci in #161
- ci: bump actions/add-to-project from 0.5.0 to 0.6.0 by @dependabot in #157
- feat: Bump singer-sdk to 0.31.0 by @edgarrmondragon in #164
- feat(deps): bump singer-sdk to 0.34.1 by @dependabot in #152
New Contributors
- @pre-commit-ci made their first contribution in #134
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- chore(deps-dev): bump pytest from 7.4.0 to 7.4.1 by @dependabot in #111
- chore(deps): bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in #112
- ci: bump actions/checkout from 3 to 4 by @dependabot in #113
- feat: add private key authentication by @miloszszymczak in #109
- chore(deps-dev): bump pytest from 7.4.1 to 7.4.2 by @dependabot in #114
- fix: handle column order mismatches by @pnadolny13 in #117
New Contributors
- @miloszszymczak made their first contribution in #109
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- fix: Numbers to floats by @pnadolny13 in #106
- fix: Numbers to floats by @pnadolny13 in #106 choses to use floats to handle numeric values in a safer way. As part of that switch an existing sync that is writing to number columns might try to alter them to float types which would fail with a snowflake error like
..cannot change column NUM_COL from type NUMBER(38,0) to FLOAT..
. In this case you should either do one of the following manually steps to alter these types:
- If the data isnt large you can reload it into the new schema.
- Alter/Update Column
- alter existing number column
- create new column with type float
- update new column and set as value of altered column
- Create new table as select and cast the number columns to floats
Full Changelog: v0.4.3...v0.5.0
v0.4.3
What's Changed
- fix: handle precision from multipleOf number types by @pnadolny13 in #97
- feat: raise exception if database doesnt exist by @pnadolny13 in #96
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- test: Bring down test running time by distributing tests by @edgarrmondragon in #86
- fix: Windows fails with a path issue by @visch in #89
New Contributors
Full Changelog: v0.4.1...v0.4.2