Skip to content

Releases: remoteoss/snowflake-utils

v1.14.0

10 Jan 09:59
Compare
Choose a tag to compare

v1.14.0 (2025-01-10)

Features


Detailed Changes: v1.13.0...v1.14.0

v1.13.0

08 Jan 15:53
Compare
Choose a tag to compare

v1.13.0 (2025-01-08)

Features


Detailed Changes: v1.12.0...v1.13.0

v1.12.0

05 Dec 19:03
Compare
Choose a tag to compare

v1.12.0 (2024-12-05)

Features


Detailed Changes: v1.11.2...v1.12.0

v1.11.2

08 Oct 07:56
Compare
Choose a tag to compare

v1.11.2 (2024-10-08)

Fixes

v1.11.1

25 Sep 18:25
Compare
Choose a tag to compare

v1.11.1 (2024-09-25)

Fix

  • fix: only set tags on columns that exist (d12836e)

Unknown

  • Revert "fix: only set tags on columns that exist"

This reverts commit d12836e. (b2e7817)

v1.11.0

20 Sep 15:28
Compare
Choose a tag to compare

v1.11.0 (2024-09-20)

Feature

  • feat: support oauth in snowflake utils (#14)

  • feat: allow multiple authentication methods

  • fix: tests, bump packages (6a6bcce)

v1.10.0

05 Sep 08:41
Compare
Choose a tag to compare

v1.10.0 (2024-09-05)

Feature

  • feat: add tags at table level (#12)

  • feat: add tags at column level

  • chore: remove set

  • feat; add enum, refactor models file

  • fix: use retrocompatible typing_extensions

  • feat: add settings.yml (1f1be19)

v1.9.0

03 Sep 18:01
Compare
Choose a tag to compare

v1.9.0 (2024-09-03)

Feature

  • feat: add qualify option to copy (0afa6b6)

v1.8.1

20 Aug 21:13
Compare
Choose a tag to compare

v1.8.1 (2024-08-20)

Fix

  • fix: add option to not replace chars (adbf254)

Unknown

  • Merge pull request #10 from remoteoss/fix-column-name-renaming

fix: add option to not replace chars (a558c8b)

v1.8.0

08 Aug 08:27
Compare
Choose a tag to compare

v1.8.0 (2024-08-08)

Feature

  • feat: allow transforming while loading in snowflake (#9)

  • feat: add copy custom

  • feat: add custom merge

  • fix: copy custom query, quote, include_metadata not supported in copy transform

  • feat: add tests

  • fix: missing type annotations

  • chore: remove wrong type annotation (5f876dc)