Skip to content

Commit

Permalink
Update actual dependency in dbt-spark
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
  • Loading branch information
Jesse Whitehouse committed Aug 2, 2023
1 parent a917187 commit 36132ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def _get_plugin_version():
packages=find_namespace_packages(include=["dbt", "dbt.*"]),
include_package_data=True,
install_requires=[
"dbt-spark==1.6.0rc1",
"dbt-spark==1.6.0",
"databricks-sql-connector~=2.7.0",
"databricks-sdk>=0.1.7",
"keyring>=23.13.0",
Expand Down

0 comments on commit 36132ca

Please # to comment.