Skip to content

Commit

Permalink
pin to < 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Jan 30, 2025
1 parent ebadd92 commit 3bb8005
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3bb8005

Please sign in to comment.