Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- Fix foreign-key on an incremental table to a primary key on a non-incremental table being lost after incremental run

### Under the Hood

- Allow for dbt-core 1.11.6

## dbt-databricks 1.11.4 (Jan 12, 2026)

### Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"databricks-sql-connector[pyarrow]>=4.1.1, <4.1.4",
"dbt-adapters>=1.22.0, <1.23.0",
"dbt-common>=1.37.0, <1.38.0",
"dbt-core>=1.11.2, <1.11.3",
"dbt-core>=1.11.2, <1.11.7",
Copy link
Copy Markdown

@dallmkp dallmkp Feb 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not just support anything on the 1.11 version? "dbt-core>=1.11.2, <1.12.0"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Databricks takes a more conservative approach as we (dbt-core) have broken dbt-databricks previously on patch releases of dbt-core

"dbt-spark>=1.10.0, <1.11.0",
"keyring>=23.13.0, <25.6.0",
"pydantic>=1.10.0, <2.13.0",
Expand Down
Loading