Skip to content

chore: raise dbt-common upper bound to <1.39.0 - #1630

Merged
sd-db merged 1 commit into
databricks:mainfrom
itsnamangoyal:bump-dbt-common-upper-bound
Aug 11, 2026
Merged

chore: raise dbt-common upper bound to <1.39.0#1630
sd-db merged 1 commit into
databricks:mainfrom
itsnamangoyal:bump-dbt-common-upper-bound

Conversation

@itsnamangoyal

Copy link
Copy Markdown
Contributor

Summary

  • Raises the dbt-common upper bound from <1.38.0 to <1.39.0, unlocking dbt-common==1.38.0.
  • dbt-common==1.38.0 includes UncoercedBoolSerialization, which fixes a mashumaro>=3.15 regression where the bool deserializer does a naive truthy cast (bool("false") -> True) instead of raising on invalid input. That regression currently causes several config-validation checks (invalid enabled, malformed exposure/metric/source config) to silently accept bad values instead of raising.
  • Ran uv lock --upgrade-package dbt-common to bump the pinned lock version alongside the bound, per the contributing guide.

Test plan

  • uv lock --check passes (lock and pyproject are consistent)
  • CI unit/functional suites

Unlocks dbt-common 1.38.0, which fixes a mashumaro>=3.15 bool
deserialization regression (bool("false") -> True).
@sd-db sd-db changed the title Raise dbt-common upper bound to <1.39.0 chore: raise dbt-common upper bound to <1.39.0 Aug 11, 2026
@sd-db

sd-db commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

/integration-test

@github-actions

Copy link
Copy Markdown

Integration tests dispatched for PR #1630 by @sd-db. Testing commit ca983a1. Track progress in the Actions tab.

@github-actions

Copy link
Copy Markdown

Integration results for PR #1630 — UC cluster ✅ success · SQL warehouse ✅ success · All-purpose cluster ✅ success · Shard coverage ✅ success

Run details.

@sd-db
sd-db enabled auto-merge (squash) August 11, 2026 08:33

@sd-db sd-db left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Changes look good, thanks for the PR !!

@sd-db
sd-db merged commit 993d04c into databricks:main Aug 11, 2026
9 of 11 checks passed
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.

2 participants