Skip to content

Conversation

@ericj-db
Copy link
Collaborator

Resolves #

Description

Problem:

  • dbt-databricks==1.11.1 introduced a new minimum version for dbt-core>=1.11.0b4
  • It seems like dbt-core>=1.11.0b4 has a new dependency on click>=8.2.0
  • When I manually install click==8.1.0, it works with dbt-databricks==1.10.15 and dbt-databricks==1.11.0. It does NOT work with dbt-databricks==1.11.1

Fix:

  • Pin minimum version for click to force correct version on dbt-databricks install (for whatever, the version pin for click in dbt-core is not being respected)

Checklist

  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change to the "dbt-databricks next" section.

@github-actions
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

@benc-db benc-db merged commit 8198eb5 into main Nov 18, 2025
10 checks passed
@benc-db benc-db deleted the eric-jang_data/click-version-pin branch November 18, 2025 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants