chore: Prep for 1.12.2 Release#1585
Merged
Merged
Conversation
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||
jprakash-db
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release prep for dbt-databricks 1.12.2. Touches only the two release files:
CHANGELOG.md— set the1.12.2heading date toJul 9, 2026and finalize the section (conformance cleanup + newly-added entries; see below).dbt/adapters/databricks/__version__.py— bump1.12.1→1.12.2.CHANGELOG changes in this PR
#1508(Under the Hood): record/replay instrumentation foradd_query,get_relation_config,is_uniform,has_dbr_capability,is_cluster(test-only, no runtime impact).#1576kernel integration-test workflow line is kept separate (tied to the kernel feature).AGENTS.md: fix bare PR links ([1440]/[1467]/[1539]→[#…]), normalizepartially solves→partially resolvesandcloses→resolveson the touched entries.Test plan
hatch run code-quality— ruff / ruff format / mypy pass. (uv-lock --checkis a known local-config false-negative; this PR does not touchpyproject.toml/uv.lock.)hatch run unit— 1258 passed, 6 skipped, 0 failures.hatch run pre-commit run --files CHANGELOG.md dbt/adapters/databricks/__version__.py— pass.