Skip to content

v1.1.0

Compare
Choose a tag to compare
@sfc-gh-pjob sfc-gh-pjob released this 06 Sep 13:46
· 994 commits to main since this release
dcdffae

Backward incompatibility

  • Global options --debug, --verbose and --format moved to command level (snow command --debug instead of snow --debug command)

New additions

  • Possibility to override chosen connection parameters with flags like --password, --database, ... (see the help text of any command using connection to Snowflake) (PRs: #267, #288, #289, #299, #303, #304, #307, #308, #336)

Fixes and improvements

  • Standardised connection options added to commands using connection to Snowflake (PRs: #267, #288, #289, #299, #303, #304, #307, #308, #336)
    • The same standardised options in all commands
    • Global options --debug, --verbose and --format moved to command level (snow command --debug instead of snow --debug command)
  • Official snowflake-connector-python version (fixes #344) (PRs: #283)
  • Improved handling of multiple queries in a single command (PRs: #294)
  • Added basic validation of connection port option (PRs: #298)
  • Fixed zip created by snow snowpark package create (fixes #319) (PRs: #304)
  • Fixed printing of chained exceptions (fixes #324) (PRs: #329)
  • Glob patterns available for paths in snow stage put command (#331) (PRs: #332)
  • Other bug fixes, improvements and internal refactors

Full changelog