You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Backward incompatibility
Deprecations
New additions
New snow sql functionality:
-D/--variable allows variable substitutions in a SQL input (client-side query templating)
New snow app deploy functionality:
Passing files and directories as arguments syncs these only: snow app deploy some-file some-dir.
--recursive syncs all files and subdirectories recursively.
--prune deletes specified files from the stage if they don't exist locally.
Fixes and improvements
More human-friendly errors in case of corrupted config.toml file.
Fixed a bug in snow app that caused files to be re-uploaded unnecessarily.
Optimize snowpark dependency search to lower the size of .zip artifacts and
the number of anaconda dependencies for snowpark projects.
Added support for fully qualified stage names in stage and git execute commands.
Fixed a bug where snow app run was not upgrading the application when the local state and remote stage are identical (for example immediately after snow app deploy).
Fixed handling of stage path separators on Windows
The --info callback returns info about configured feature flags.