Skip to content

Commit

Permalink
Upgrade databricks-sql-connector to 2.0.5 (#166)
Browse files Browse the repository at this point in the history
### Description

Upgrades `databricks-sql-connector` to `2.0.5`.
  • Loading branch information
ueshin authored Sep 6, 2022
1 parent 13011d0 commit 447710d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

### Under the hood
- Explicitly close cursors ([#163](https://github.com/databricks/dbt-databricks/pull/163))
- Upgrade databricks-sql-connector to 2.0.5 ([#166](https://github.com/databricks/dbt-databricks/pull/166))

## dbt-databricks 1.2.1 (August 24, 2022)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
databricks-sql-connector>=2.0.4
databricks-sql-connector>=2.0.5
dbt-spark~=1.3.0a1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _get_plugin_version():
include_package_data=True,
install_requires=[
"dbt-spark~={}".format(dbt_spark_version),
"databricks-sql-connector>=2.0.4",
"databricks-sql-connector>=2.0.5",
],
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit 447710d

Please sign in to comment.