Skip to content

v2.3.0

Compare
Choose a tag to compare
@sfc-gh-turbaszek sfc-gh-turbaszek released this 15 May 13:17
· 403 commits to main since this release
36d1a98

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.