Skip to content

Commit

Permalink
hotfix to include dbt-spark#880
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Oct 2, 2023
1 parent 4997771 commit 1f33c56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def _get_plugin_version():
packages=find_namespace_packages(include=["dbt", "dbt.*"]),
include_package_data=True,
install_requires=[
"dbt-spark~=1.7.0b1",
# "dbt-spark~=1.7.0b1",
"dbt-spark @ git+ssh://[email protected]/dbt-labs/dbt-spark.git@main",
"databricks-sql-connector>=2.9.3, <3.0.0",
"databricks-sdk>=0.9.0",
"keyring>=23.13.0",
Expand Down

0 comments on commit 1f33c56

Please sign in to comment.