Skip to content

Releases: MeltanoLabs/target-snowflake

v0.7.0

20 Mar 19:36
4847908
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

20 Mar 19:15
e02d39d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

12 Sep 19:03
8184ffc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

14 Aug 19:06
ae8f1aa
Compare
Choose a tag to compare

What's Changed

⚠️ Potential Breaking Change ⚠️ :

  • 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:
  1. If the data isnt large you can reload it into the new schema.
  2. Alter/Update Column
  • alter existing number column
  • create new column with type float
  • update new column and set as value of altered column
  1. Create new table as select and cast the number columns to floats

Full Changelog: v0.4.3...v0.5.0

v0.4.3

25 Jul 14:20
045b614
Compare
Choose a tag to compare

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

13 Jul 16:54
97cb0c8
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @visch made their first contribution in #89

Full Changelog: v0.4.1...v0.4.2

v0.4.1

12 Jul 15:59
ddf1199
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

11 Jul 20:37
c45a206
Compare
Choose a tag to compare

What's Changed

  • feat: --initialize command to onboard a new account by @pnadolny13 in #80

Full Changelog: v0.3.2...v0.4.0

v0.3.2

07 Jul 21:26
34b7849
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

06 Jul 18:25
3e95012
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1