Skip to content

v3.15.0

Choose a tag to compare

@sfc-gh-jwilkowski sfc-gh-jwilkowski released this 03 Feb 08:31
· 59 commits to main since this release

New additions

  • Added --if-exists option to snow object drop command and object-specific drop commands (e.g., snow stage drop) to drop objects only if they exist, preventing errors when dropping non-existent objects.

Fixes and improvements

  • Fix git repository path parsing to allow quotes around both repo and branch names (e.g., @"example-repo"/branches/"feature/branch"/*).
  • Fix externalbrowser auth for headless systems.
  • Update project definition with supported python versions aligned with snowflake-connector-python