Skip to content

Releases: databricks/databricks-sql-cli

v0.3.3

09 Aug 15:54
d538d24

Choose a tag to compare

This release pins databricks-sql-connector to work around an issue with urllib3 + pyopenssl affecting databricks-sql-connector since version 2.6.0

v0.3.2

11 May 16:02

Choose a tag to compare

In this release:

  • Fix: return auth_type even if credentials are not in config (#47)

v0.3.1

24 Apr 20:43
f022940

Choose a tag to compare

In this release:

  • Fix: Modified sqlparse import to work regardless how sqlparse is installed (#38)

v0.3.0

31 Mar 18:08

Choose a tag to compare

In this release:

  • We removed the \u command because it broke usages of USE CATALOG <catalog name>
  • Fix: destructive_warning setting is now properly read from clirc file and CLI args (#40)

v0.2.0

15 Mar 17:31

Choose a tag to compare

In this release we add support for OAuth authentication on AWS.

v0.1.4

01 Jul 21:34

Choose a tag to compare

In this release:

  • Fixes to auto-complete behaviour

v0.1.3

13 May 02:57

Choose a tag to compare

Minor adjustments to the README.

v0.1.2

11 May 20:18

Choose a tag to compare

In this release:

  • Allow users to read credentials from the dbsqlclirc file
  • Updated list of literals used for autocomplete.
  • Updated README with better usage instructions
  • Changed pypi package name to databricks-sql-cli. The tool can be invoked with either dbsqlcli or databricks-sql-cli
  • Removed the download command which was a holdover from pyathena