Releases: databricks/databricks-sql-cli
Releases · databricks/databricks-sql-cli
v0.3.3
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
In this release:
- Fix: return auth_type even if credentials are not in config (#47)
v0.3.1
Sorry, something went wrong.
No results found
In this release:
- Fix: Modified sqlparse import to work regardless how sqlparse is installed (#38)
v0.3.0
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
In this release we add support for OAuth authentication on AWS.
v0.1.4
Sorry, something went wrong.
No results found
In this release:
- Fixes to auto-complete behaviour
v0.1.3
Sorry, something went wrong.
No results found
Minor adjustments to the README.
v0.1.2
Sorry, something went wrong.
No results found
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