File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Release History
12
3+ ## 0.3.x (Unreleased)
4+
5+ ## 0.2.0 (2023-03-15)
6+
7+ - Support oauth authentication for AWS
8+
9+ ## 0.1.4 (2022-07-01)
10+
11+ - Fixes to autocomplete behaviour
12+ ## 0.1.3 (2022-05-12)
13+
14+ - Adjustments to README
15+
16+ ## 0.1.2 (2022-05-11)
17+
18+ - Allow users to read credentials from the dbsqlclirc file
19+ - Updated list of literals used for autocomplete.
20+ - Updated README with better usage instructions
21+ - Changed pypi package name to databricks-sql-cli. The tool can be invoked with either dbsqlcli or databricks-sql-cli
22+ - Removed the download command which was a holdover from pyathena
Original file line number Diff line number Diff line change 1- __version__ = "0.1 .0"
1+ __version__ = "0.2 .0"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sql-cli"
3- version = " 0.1.4 "
3+ version = " 0.2.0 "
44description = " A DBCLI client for Databricks SQL"
55authors = [" Databricks SQL CLI Maintainers <dbsqlcli-maintainers@databricks.com>" ]
66packages = [{include = " dbsqlcli" }]
You can’t perform that action at this time.
0 commit comments