From 3bb80055a2b7f4e2ef2f6e9644cc89400883a0e9 Mon Sep 17 00:00:00 2001 From: Ben Cassell Date: Thu, 30 Jan 2025 09:51:19 -0800 Subject: [PATCH] pin to < 3.7 --- CHANGELOG.md | 8 +++++++- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a84cde1..6113a08c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ -## dbt-databricks 1.9.3 (TBD) +## dbt-databricks 1.9.4 (TBD) ### Under the Hood - Collapsing to a single connection manager (since the old one no longer works) ([910](https://github.com/databricks/dbt-databricks/pull/910)) - Use POSIX standard when creating location for the tables ([919](https://github.com/databricks/dbt-databricks/pull/919)) +## dbt-databricks 1.9.3 (Jan 30, 2024) + +### Under the Hood + +- Pinned the python sql connector to 3.6.0 as a temporary measure while we investigate failure to wait for cluster start + ## dbt-databricks 1.9.2 (Jan 21, 2024) ### Features diff --git a/pyproject.toml b/pyproject.toml index c176f1ed..7c8c0e82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ "databricks-sdk==0.17.0", - "databricks-sql-connector>=3.5.0, <4.0.0", + "databricks-sql-connector>=3.5.0, <3.7.0", "dbt-adapters>=1.7.0, <2.0", "dbt-common>=1.10.0, <2.0", "dbt-core>=1.8.7, <2.0",