v3.15.0
·
59 commits
to main
since this release
New additions
- Added
--if-existsoption tosnow object dropcommand 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
externalbrowserauth for headless systems. - Update project definition with supported python versions aligned with
snowflake-connector-python