Releases: remoteoss/snowflake-utils
Releases · remoteoss/snowflake-utils
v1.11.2
v1.11.2 (2024-10-08)
Fixes
v1.11.1
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
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
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
v1.9.0 (2024-09-03)
Feature
- feat: add qualify option to copy (
0afa6b6
)
v1.8.1
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
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
)