Skip to content

Releases: snowflakedb/snowflake-cli

v1.1.0

06 Sep 13:46
dcdffae
Compare
Choose a tag to compare

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

v1.0.1

31 Jul 14:30
af45912
Compare
Choose a tag to compare

New additions

  • Add --info option (#269)
  • Add connection test command (#263)
  • Add default_connection option (#261)

Fixes and improvements

  • Fix function update logs (#262)
  • Mask password in connection list (#255)
  • Show --help as suggestion rather than -h (#251)
  • Cache connections to allow for multiple snow commands with browser authentication (#247)
  • Suppress logging from Snowflake python connector (#246)
  • Fix for cursor not subscriptable (#227)
  • Add more parameters for connection add (#218)

Full changelog

v1.0.0...v1.0.1

v1.0.0

27 Jun 14:43
be2a0ad
Compare
Choose a tag to compare

What's Changed

[BREAKING]

  • Unified configuration decoupled from snowsql dependency. For details check README. This requires updating of your existing configurations.
  • function, procedure, package commands were moved under snowpark subgroup.
  • snow login and snow configure were removed and their function is replaced by snow connection add.

[NEW]

  • Snowpark Containers commands to manage compute pools, jobs and services (#211)
  • Add logging option controlled by --verbose and --debug flags (#185) (#192)
  • JSON format support for multiple commands (#150)
  • Add command for removing contents from stage (#201)

[FIXES]

  • Fix streamlit deploy (#160)

Full Changelog: v0.2.9...v1.0.0

v0.2.9

22 May 14:41
a5c1850
Compare
Choose a tag to compare

What's Changed

  • Remove duplicated -r flag for update function #138
  • Change ROOT_LOCATION to FROM in #123
  • Fix create streamlit syntax in #130
  • Add role to drop streamlit in #119

Full Changelog: v0.2.8...v0.2.9

v0.2.8

24 Apr 19:09
83d8e52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.7...v0.2.8

v0.2.7

21 Apr 19:46
b93d812
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.5...v0.2.7

v0.2.5

03 Apr 23:37
812b0d2
Compare
Choose a tag to compare

What's Changed

HOTFIX for templates:

Full Changelog: v0.2.4...v0.2.5

v0.2.4

03 Apr 18:26
4700b7d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

30 Mar 03:51
32cc22d
Compare
Choose a tag to compare

What's Changed

  • snow packages improvements by @sfc-gh-jhollan in #104
  • You can now do -y and --yes on snow package to install without prompting
  • You can now specify pip path if not finding on its own
  • A few bug fixes around pip installation
    Full Changelog: v0.2.2...v0.2.3

v0.2.2

29 Mar 19:20
5992808
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2