Skip to content

Tags: databricks/databricks-sql-cli

Tags

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Synchronise version in pyproject.yml

pyproject.toml is not the source of truth for the current version in our pypi publish workflow. Rather, it uses the latest git tag. That's why the version being out of sync hasn't caused issues until now.

v0.3.2

Toggle v0.3.2's commit message

Unverified

No user is associated with the committer email.
Update changelog and version number

Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove sqlparse.compat import (#38)

sqlparse do no longer have sqlparse.compat. It was removed in version 0.4.
It is missing from GitHub source and sqlparse-0.4.2.tar.gz from PyPI. But
it exist in sqlparse-0.4.2-py3-none-any.whl from PyPi for some strang reasone.

Since databricks-sql-cli import 'text_type' form sqlparse.compat it will fail if you install
sqlparse in any other way other than wheel.

sqlparse was remooved in the following commit:
andialbrecht/sqlparse@3e3892f
'text_type' was replaced with 'str' so we do the same in databricks-sql-cli.

v0.3.0

Toggle v0.3.0's commit message

Unverified

No user is associated with the committer email.
Update changelog and version number

Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>

v0.2.0

Toggle v0.2.0's commit message

Unverified

No user is associated with the committer email.
Update version and changelog

Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>

v0.1.4

Toggle v0.1.4's commit message
Bump version number

Signed-off-by: Jesse Whitehouse <jesse@whitehouse.dev>

v0.1.3

Toggle v0.1.3's commit message
Bump version number

v0.1.2

Toggle v0.1.2's commit message
Bump version number