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 142c3fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
databricks-sql-connector>=2.9.3, <3.0.0
dbt-spark==1.7.0b1
dbt-spark==1.7.0b2
databricks-sdk==0.9.0
keyring>=23.13.0
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.7.0b1",
"dbt-spark~=1.7.0b2",
"databricks-sql-connector>=2.9.3, <3.0.0",
"databricks-sdk>=0.9.0",
"keyring>=23.13.0",
Expand Down
1 change: 1 addition & 0 deletions tests/profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def _build_databricks_cluster_target(
profile: Dict[str, Any] = {
"type": "databricks",
"host": os.getenv("DBT_DATABRICKS_HOST_NAME"),
"database": os.getenv("DBT_DATABRICKS_DB_NAME"),
"http_path": http_path,
"token": os.getenv("DBT_DATABRICKS_TOKEN"),
"client_id": os.getenv("DBT_DATABRICKS_CLIENT_ID"),
Expand Down

0 comments on commit 142c3fb

Please sign in to comment.